Class: Fog::Compute::Softlayer::Image
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Softlayer::Image
- Defined in:
- lib/fog/softlayer/models/compute/image.rb
Instance Method Summary collapse
Instance Method Details
#public? ⇒ Boolean
24 25 26 |
# File 'lib/fog/softlayer/models/compute/image.rb', line 24 def public? public_flag == 1 end |