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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/billing/payment/processor.rb,
lib/softlayer/billing/payment/processor/type.rb,
lib/softlayer/billing/payment/processor/method.rb

Defined Under Namespace

Classes: Method, Representer, Type

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

#brand_assignment_countObject

Returns the value of attribute brand_assignment_count.



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

def brand_assignment_count
  @brand_assignment_count
end

#brand_assignmentsObject

Returns the value of attribute brand_assignments.



11
12
13
# File 'lib/softlayer/billing/payment/processor.rb', line 11

def brand_assignments
  @brand_assignments
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#owner_accountObject

Returns the value of attribute owner_account.



12
13
14
# File 'lib/softlayer/billing/payment/processor.rb', line 12

def 
  @owner_account
end

#payment_method_countObject

Returns the value of attribute payment_method_count.



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

def payment_method_count
  @payment_method_count
end

#payment_methodsObject

Returns the value of attribute payment_methods.



13
14
15
# File 'lib/softlayer/billing/payment/processor.rb', line 13

def payment_methods
  @payment_methods
end

#typeObject

Returns the value of attribute type.



14
15
16
# File 'lib/softlayer/billing/payment/processor.rb', line 14

def type
  @type
end