Class: Nis::Struct::ImportanceTransferTransaction
- Inherits:
-
Transaction
- Object
- Transaction
- Nis::Struct::ImportanceTransferTransaction
- Defined in:
- lib/nis/struct/importance_transfer_transaction.rb
Instance Attribute Summary collapse
-
#mode ⇒ Integer
The current value of mode.
-
#remoteAccount ⇒ Object
(also: #remote_account)
Returns the value of attribute remoteAccount.
Attributes inherited from Transaction
#deadline, #fee, #signer, #timeStamp, #type, #version
Method Summary
Methods inherited from Transaction
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#mode ⇒ Integer
Returns the current value of mode.
4 5 6 |
# File 'lib/nis/struct/importance_transfer_transaction.rb', line 4 def mode @mode end |
#remoteAccount ⇒ Object Also known as: remote_account
Returns the value of attribute remoteAccount.
5 6 7 |
# File 'lib/nis/struct/importance_transfer_transaction.rb', line 5 def remoteAccount @remoteAccount end |