Class: Braintree::LocalPaymentReversed

Inherits:
Object
  • Object
show all
Includes:
BaseModule
Defined in:
lib/braintree/local_payment_reversed.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods included from BaseModule

included

Methods included from BaseModule::Methods

#copy_instance_variables_from_object, #return_object_or_raise, #set_instance_variables_from_hash, #singleton_class

Constructor Details

#initialize(attributes) ⇒ LocalPaymentReversed

Returns a new instance of LocalPaymentReversed.



7
8
9
# File 'lib/braintree/local_payment_reversed.rb', line 7

def initialize(attributes)
  set_instance_variables_from_hash(attributes)
end

Instance Attribute Details

#payment_idObject (readonly)

Returns the value of attribute payment_id.



5
6
7
# File 'lib/braintree/local_payment_reversed.rb', line 5

def payment_id
  @payment_id
end

Class Method Details

._new(*args) ⇒ Object



15
16
17
# File 'lib/braintree/local_payment_reversed.rb', line 15

def self._new(*args)
  self.new(*args)
end