Class: Softlayer::Billing::Item::Association::History
- Defined in:
- lib/softlayer/billing/item/association/history.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#associated_billing_item ⇒ Object
Returns the value of attribute associated_billing_item.
-
#associated_billing_item_id ⇒ Object
Returns the value of attribute associated_billing_item_id.
-
#billing_item ⇒ Object
Returns the value of attribute billing_item.
-
#billing_item_id ⇒ Object
Returns the value of attribute billing_item_id.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#id ⇒ Object
Returns the value of attribute 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
#associated_billing_item ⇒ Object
Returns the value of attribute associated_billing_item.
10 11 12 |
# File 'lib/softlayer/billing/item/association/history.rb', line 10 def associated_billing_item @associated_billing_item end |
#associated_billing_item_id ⇒ Object
Returns the value of attribute associated_billing_item_id.
6 7 8 |
# File 'lib/softlayer/billing/item/association/history.rb', line 6 def associated_billing_item_id @associated_billing_item_id end |
#billing_item ⇒ Object
Returns the value of attribute billing_item.
11 12 13 |
# File 'lib/softlayer/billing/item/association/history.rb', line 11 def billing_item @billing_item end |
#billing_item_id ⇒ Object
Returns the value of attribute billing_item_id.
7 8 9 |
# File 'lib/softlayer/billing/item/association/history.rb', line 7 def billing_item_id @billing_item_id end |
#create_date ⇒ Object
Returns the value of attribute create_date.
8 9 10 |
# File 'lib/softlayer/billing/item/association/history.rb', line 8 def create_date @create_date end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/softlayer/billing/item/association/history.rb', line 9 def id @id end |