Class: Ravelin::Chargeback
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::Chargeback
- Defined in:
- lib/ravelin/chargeback.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#chargeback_id ⇒ Object
Returns the value of attribute chargeback_id.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#dispute_time ⇒ Object
Returns the value of attribute dispute_time.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#gateway_reference ⇒ Object
Returns the value of attribute gateway_reference.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods inherited from RavelinObject
attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate
Constructor Details
This class inherits a constructor from Ravelin::RavelinObject
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def amount @amount end |
#chargeback_id ⇒ Object
Returns the value of attribute chargeback_id.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def chargeback_id @chargeback_id end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def currency @currency end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def custom @custom end |
#dispute_time ⇒ Object
Returns the value of attribute dispute_time.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def dispute_time @dispute_time end |
#gateway ⇒ Object
Returns the value of attribute gateway.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def gateway @gateway end |
#gateway_reference ⇒ Object
Returns the value of attribute gateway_reference.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def gateway_reference @gateway_reference end |
#reason ⇒ Object
Returns the value of attribute reason.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def reason @reason end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/ravelin/chargeback.rb', line 3 def status @status end |