Class: Softlayer::Software::AccountLicense
- Defined in:
- lib/softlayer/software/account_license.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.
-
#billing_item ⇒ Object
Returns the value of attribute billing_item.
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#key ⇒ Object
Returns the value of attribute key.
-
#software_description ⇒ Object
Returns the value of attribute software_description.
-
#units ⇒ Object
Returns the value of attribute units.
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.
8 9 10 |
# File 'lib/softlayer/software/account_license.rb', line 8 def account @account end |
#account_id ⇒ Object
Returns the value of attribute account_id.
4 5 6 |
# File 'lib/softlayer/software/account_license.rb', line 4 def account_id @account_id end |
#billing_item ⇒ Object
Returns the value of attribute billing_item.
9 10 11 |
# File 'lib/softlayer/software/account_license.rb', line 9 def billing_item @billing_item end |
#capacity ⇒ Object
Returns the value of attribute capacity.
5 6 7 |
# File 'lib/softlayer/software/account_license.rb', line 5 def capacity @capacity end |
#key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/softlayer/software/account_license.rb', line 6 def key @key end |
#software_description ⇒ Object
Returns the value of attribute software_description.
10 11 12 |
# File 'lib/softlayer/software/account_license.rb', line 10 def software_description @software_description end |
#units ⇒ Object
Returns the value of attribute units.
7 8 9 |
# File 'lib/softlayer/software/account_license.rb', line 7 def units @units end |