Class: Fog::Softlayer::Product::Package
- Inherits:
-
Model
- Object
- Model
- Fog::Softlayer::Product::Package
- Defined in:
- lib/fog/softlayer/models/product/package.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Package
constructor
A new instance of Package.
- #items ⇒ Object
Constructor Details
permalink #initialize(attributes = {}) ⇒ Package
Returns a new instance of Package.
35 36 37 |
# File 'lib/fog/softlayer/models/product/package.rb', line 35 def initialize(attributes = {}) super(attributes) end |