Class: Softlayer::Product::Item::Price::Account::Restriction
- Defined in:
- lib/softlayer/product/item/price/account/restriction.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#item_price ⇒ Object
Returns the value of attribute item_price.
-
#item_price_id ⇒ Object
Returns the value of attribute item_price_id.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
10 11 12 |
# File 'lib/softlayer/product/item/price/account/restriction.rb', line 10 def account @account end |
#account_id ⇒ Object
Returns the value of attribute account_id.
7 8 9 |
# File 'lib/softlayer/product/item/price/account/restriction.rb', line 7 def account_id @account_id end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/softlayer/product/item/price/account/restriction.rb', line 8 def id @id end |
#item_price ⇒ Object
Returns the value of attribute item_price.
11 12 13 |
# File 'lib/softlayer/product/item/price/account/restriction.rb', line 11 def item_price @item_price end |
#item_price_id ⇒ Object
Returns the value of attribute item_price_id.
9 10 11 |
# File 'lib/softlayer/product/item/price/account/restriction.rb', line 9 def item_price_id @item_price_id end |