Class: Bitreserve::Entities::Transaction
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Bitreserve::Entities::Transaction
- Defined in:
- lib/bitreserve/entities/transaction.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#denomination ⇒ Object
readonly
Returns the value of attribute denomination.
-
#destination ⇒ Object
readonly
Returns the value of attribute destination.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#quoted_at ⇒ Object
readonly
Returns the value of attribute quoted_at.
-
#refunded_by_id ⇒ Object
readonly
Returns the value of attribute refunded_by_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods inherited from BaseEntity
Constructor Details
This class inherits a constructor from Bitreserve::Entities::BaseEntity
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def created_at @created_at end |
#denomination ⇒ Object (readonly)
Returns the value of attribute denomination.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def denomination @denomination end |
#destination ⇒ Object (readonly)
Returns the value of attribute destination.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def destination @destination end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def id @id end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def origin @origin end |
#params ⇒ Object (readonly)
Returns the value of attribute params.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def params @params end |
#quoted_at ⇒ Object (readonly)
Returns the value of attribute quoted_at.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def quoted_at @quoted_at end |
#refunded_by_id ⇒ Object (readonly)
Returns the value of attribute refunded_by_id.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def refunded_by_id @refunded_by_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def status @status end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
4 5 6 |
# File 'lib/bitreserve/entities/transaction.rb', line 4 def type @type end |