Class: Braintree::LocalPaymentExpired
- Inherits:
-
Object
- Object
- Braintree::LocalPaymentExpired
- Includes:
- BaseModule
- Defined in:
- lib/braintree/local_payment_expired.rb
Instance Attribute Summary collapse
-
#payment_context_id ⇒ Object
readonly
Returns the value of attribute payment_context_id.
-
#payment_id ⇒ Object
readonly
Returns the value of attribute payment_id.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(attributes) ⇒ LocalPaymentExpired
constructor
A new instance of LocalPaymentExpired.
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) ⇒ LocalPaymentExpired
Returns a new instance of LocalPaymentExpired.
8 9 10 |
# File 'lib/braintree/local_payment_expired.rb', line 8 def initialize(attributes) set_instance_variables_from_hash(attributes) end |
Instance Attribute Details
#payment_context_id ⇒ Object (readonly)
Returns the value of attribute payment_context_id.
6 7 8 |
# File 'lib/braintree/local_payment_expired.rb', line 6 def payment_context_id @payment_context_id end |
#payment_id ⇒ Object (readonly)
Returns the value of attribute payment_id.
5 6 7 |
# File 'lib/braintree/local_payment_expired.rb', line 5 def payment_id @payment_id end |
Class Method Details
._new(*args) ⇒ Object
16 17 18 |
# File 'lib/braintree/local_payment_expired.rb', line 16 def self._new(*args) self.new(*args) end |