Class: Softlayer::Billing::Payment::Processor::Method

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/billing/payment/processor/method.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

#method_keyObject

Returns the value of attribute method_key.



6
7
8
# File 'lib/softlayer/billing/payment/processor/method.rb', line 6

def method_key
  @method_key
end

#multiple_currency_flagObject

Returns the value of attribute multiple_currency_flag.



7
8
9
# File 'lib/softlayer/billing/payment/processor/method.rb', line 7

def multiple_currency_flag
  @multiple_currency_flag
end

#payment_processorObject

Returns the value of attribute payment_processor.



8
9
10
# File 'lib/softlayer/billing/payment/processor/method.rb', line 8

def payment_processor
  @payment_processor
end

#payment_typeObject

Returns the value of attribute payment_type.



9
10
11
# File 'lib/softlayer/billing/payment/processor/method.rb', line 9

def payment_type
  @payment_type
end