Class: Softlayer::Catalyst::Affiliate
- Defined in:
- lib/softlayer/catalyst/affiliate.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#skip_credit_card_verification_flag ⇒ Object
Returns the value of attribute skip_credit_card_verification_flag.
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
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/softlayer/catalyst/affiliate.rb', line 4 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/softlayer/catalyst/affiliate.rb', line 5 def name @name end |
#skip_credit_card_verification_flag ⇒ Object
Returns the value of attribute skip_credit_card_verification_flag.
6 7 8 |
# File 'lib/softlayer/catalyst/affiliate.rb', line 6 def skip_credit_card_verification_flag @skip_credit_card_verification_flag end |