Class: Nis::Struct::Transaction
- Inherits:
-
Object
- Object
- Nis::Struct::Transaction
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/transaction.rb
Overview
Direct Known Subclasses
ImportanceTransferTransaction, MosaicDefinitionCreationTransaction, MosaicSupplyChangeTransaction, MultisigAggregationModificationTransaction, MultisigSignatureTransaction, MultisigTransaction, ProvisionNamespaceTransaction, TransferTransaction
Instance Attribute Summary collapse
-
#deadline ⇒ Integer
The current value of deadline.
-
#fee ⇒ Integer
The current value of fee.
-
#signer ⇒ String
The current value of signer.
-
#timeStamp ⇒ Object
(also: #timestamp)
Returns the value of attribute timeStamp.
-
#type ⇒ Integer
The current value of type.
-
#version ⇒ Integer
The current value of version.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#deadline ⇒ Integer
Returns the current value of deadline.
9 10 11 |
# File 'lib/nis/struct/transaction.rb', line 9 def deadline @deadline end |
#fee ⇒ Integer
Returns the current value of fee.
9 10 11 |
# File 'lib/nis/struct/transaction.rb', line 9 def fee @fee end |
#signer ⇒ String
Returns the current value of signer.
9 10 11 |
# File 'lib/nis/struct/transaction.rb', line 9 def signer @signer end |
#timeStamp ⇒ Object Also known as: timestamp
Returns the value of attribute timeStamp.
11 12 13 |
# File 'lib/nis/struct/transaction.rb', line 11 def timeStamp @timeStamp end |
#type ⇒ Integer
Returns the current value of type.
9 10 11 |
# File 'lib/nis/struct/transaction.rb', line 9 def type @type end |
#version ⇒ Integer
Returns the current value of version.
9 10 11 |
# File 'lib/nis/struct/transaction.rb', line 9 def version @version end |
Class Method Details
.build(attrs) ⇒ Object
16 17 18 |
# File 'lib/nis/struct/transaction.rb', line 16 def self.build(attrs) new(attrs) end |