Class: Softlayer::Software::AccountLicense

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/software/account_license.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

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

#accountObject

Returns the value of attribute account.



8
9
10
# File 'lib/softlayer/software/account_license.rb', line 8

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



4
5
6
# File 'lib/softlayer/software/account_license.rb', line 4

def 
  @account_id
end

#billing_itemObject

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

#capacityObject

Returns the value of attribute capacity.



5
6
7
# File 'lib/softlayer/software/account_license.rb', line 5

def capacity
  @capacity
end

#keyObject

Returns the value of attribute key.



6
7
8
# File 'lib/softlayer/software/account_license.rb', line 6

def key
  @key
end

#software_descriptionObject

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

#unitsObject

Returns the value of attribute units.



7
8
9
# File 'lib/softlayer/software/account_license.rb', line 7

def units
  @units
end