class Fog::Compute::Softlayer::Image
Public Instance Methods
public?()
click to toggle source
# File lib/fog/softlayer/models/compute/image.rb, line 25 def public? public_flag == 1 end
# File lib/fog/softlayer/models/compute/image.rb, line 25 def public? public_flag == 1 end