Class: Paymos::Transfer
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#amount ⇒ String
readonly
Returns the value of attribute amount.
-
#confirmed_at ⇒ Integer?
readonly
Returns the value of attribute confirmed_at.
-
#created_at ⇒ Integer
readonly
Returns the value of attribute created_at.
-
#estimated_confirmation_at ⇒ Integer?
readonly
Returns the value of attribute estimated_confirmation_at.
-
#explorer_url ⇒ String?
readonly
Returns the value of attribute explorer_url.
-
#required_confirmations ⇒ Integer?
readonly
Returns the value of attribute required_confirmations.
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#tx_hash ⇒ String
readonly
Returns the value of attribute tx_hash.
Method Summary
Methods inherited from Model
#[], deep_freeze, fields, from, #initialize, #to_h
Constructor Details
This class inherits a constructor from Paymos::Model
Instance Attribute Details
#amount ⇒ String (readonly)
Returns the value of attribute amount.
62 63 64 |
# File 'sig/paymos.rbs', line 62 def amount @amount end |
#confirmed_at ⇒ Integer? (readonly)
Returns the value of attribute confirmed_at.
65 66 67 |
# File 'sig/paymos.rbs', line 65 def confirmed_at @confirmed_at end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
64 65 66 |
# File 'sig/paymos.rbs', line 64 def created_at @created_at end |
#estimated_confirmation_at ⇒ Integer? (readonly)
Returns the value of attribute estimated_confirmation_at.
67 68 69 |
# File 'sig/paymos.rbs', line 67 def estimated_confirmation_at @estimated_confirmation_at end |
#explorer_url ⇒ String? (readonly)
Returns the value of attribute explorer_url.
68 69 70 |
# File 'sig/paymos.rbs', line 68 def explorer_url @explorer_url end |
#required_confirmations ⇒ Integer? (readonly)
Returns the value of attribute required_confirmations.
66 67 68 |
# File 'sig/paymos.rbs', line 66 def required_confirmations @required_confirmations end |
#status ⇒ String (readonly)
Returns the value of attribute status.
63 64 65 |
# File 'sig/paymos.rbs', line 63 def status @status end |
#tx_hash ⇒ String (readonly)
Returns the value of attribute tx_hash.
61 62 63 |
# File 'sig/paymos.rbs', line 61 def tx_hash @tx_hash end |