Class: Braintree::LocalPaymentReversed
- Inherits:
-
Object
- Object
- Braintree::LocalPaymentReversed
- Includes:
- BaseModule
- Defined in:
- lib/braintree/local_payment_reversed.rb
Instance Attribute Summary collapse
-
#payment_id ⇒ Object
readonly
Returns the value of attribute payment_id.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(attributes) ⇒ LocalPaymentReversed
constructor
A new instance of LocalPaymentReversed.
Methods included from BaseModule
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_id ⇒ Object (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 |