class Softlayer::Software::AccountLicense

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
billing_item[RW]
capacity[RW]
key[RW]
software_description[RW]
units[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/software/account_license.rb, line 17
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Software::AccountLicense])
end

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/software/account_license.rb, line 13
def get_account
  request(:get_account, Softlayer::Account)
end
get_billing_item() click to toggle source
# File lib/softlayer/software/account_license.rb, line 21
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item)
end
get_object() click to toggle source
# File lib/softlayer/software/account_license.rb, line 25
def get_object
  request(:get_object, Softlayer::Software::AccountLicense)
end
get_software_description() click to toggle source
# File lib/softlayer/software/account_license.rb, line 29
def get_software_description
  request(:get_software_description, Softlayer::Software::Description)
end