Class: Softlayer::Network::Bandwidth::Version1::Allocation
- Defined in:
- lib/softlayer/network/bandwidth/version1/allocation.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#allotment_detail ⇒ Object
Returns the value of attribute allotment_detail.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#billing_item ⇒ Object
Returns the value of attribute billing_item.
-
#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
#allotment_detail ⇒ Object
Returns the value of attribute allotment_detail.
8 9 10 |
# File 'lib/softlayer/network/bandwidth/version1/allocation.rb', line 8 def allotment_detail @allotment_detail end |
#amount ⇒ Object
Returns the value of attribute amount.
6 7 8 |
# File 'lib/softlayer/network/bandwidth/version1/allocation.rb', line 6 def amount @amount end |
#billing_item ⇒ Object
Returns the value of attribute billing_item.
9 10 11 |
# File 'lib/softlayer/network/bandwidth/version1/allocation.rb', line 9 def billing_item @billing_item end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/softlayer/network/bandwidth/version1/allocation.rb', line 7 def id @id end |