Class: Softlayer::Hardware::Component::Model::Generic::MarketingFeature
- Inherits:
-
Model
- Object
- Model
- Softlayer::Hardware::Component::Model::Generic::MarketingFeature
- Defined in:
- lib/softlayer/hardware/component/model/generic/marketing_feature.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#features ⇒ Object
Returns the value of attribute features.
-
#hardware_generic_component_model ⇒ Object
Returns the value of attribute hardware_generic_component_model.
-
#price ⇒ Object
Returns the value of attribute price.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, request, #request, service_name, #to_hash
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#features ⇒ Object
Returns the value of attribute features.
7 8 9 |
# File 'lib/softlayer/hardware/component/model/generic/marketing_feature.rb', line 7 def features @features end |
#hardware_generic_component_model ⇒ Object
Returns the value of attribute hardware_generic_component_model.
9 10 11 |
# File 'lib/softlayer/hardware/component/model/generic/marketing_feature.rb', line 9 def hardware_generic_component_model @hardware_generic_component_model end |
#price ⇒ Object
Returns the value of attribute price.
8 9 10 |
# File 'lib/softlayer/hardware/component/model/generic/marketing_feature.rb', line 8 def price @price end |