class Softlayer::Account::Affiliation
Constants
- SERVICE
Attributes
account[RW]
account_id[RW]
affiliate_id[RW]
create_date[RW]
id[RW]
modify_date[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/account/affiliation.rb, line 13 def self.create_object(message) request(:create_object, Softlayer::Account::Affiliation, message) end
get_account_affiliations_by_affiliate_id(message)
click to toggle source
# File lib/softlayer/account/affiliation.rb, line 31 def self.get_account_affiliations_by_affiliate_id(message) request(:get_account_affiliations_by_affiliate_id, Array[Softlayer::Account::Affiliation], message) end
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/account/affiliation.rb, line 17 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/account/affiliation.rb, line 22 def edit_object(message) request(:edit_object, Boolean, message) end
get_account()
click to toggle source
# File lib/softlayer/account/affiliation.rb, line 26 def get_account request(:get_account, Softlayer::Account) end
get_object()
click to toggle source
# File lib/softlayer/account/affiliation.rb, line 35 def get_object request(:get_object, Softlayer::Account::Affiliation) end