Class: Nis::Struct::NemAnnounceResult
- Inherits:
-
Object
- Object
- Nis::Struct::NemAnnounceResult
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/nem_announce_result.rb
Overview
Instance Attribute Summary collapse
-
#code ⇒ String
The current value of code.
-
#innerTransactionHash ⇒ String
(also: #inner_transaction_hash)
The current value of innerTransactionHash.
-
#message ⇒ String
The current value of message.
-
#transactionHash ⇒ String
(also: #transaction_hash)
The current value of transactionHash.
-
#type ⇒ String
The current value of type.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#code ⇒ String
Returns the current value of code.
8 9 10 |
# File 'lib/nis/struct/nem_announce_result.rb', line 8 def code @code end |
#innerTransactionHash ⇒ String Also known as: inner_transaction_hash
Returns the current value of innerTransactionHash.
8 9 10 |
# File 'lib/nis/struct/nem_announce_result.rb', line 8 def innerTransactionHash @innerTransactionHash end |
#message ⇒ String
Returns the current value of message.
8 9 10 |
# File 'lib/nis/struct/nem_announce_result.rb', line 8 def @message end |
#transactionHash ⇒ String Also known as: transaction_hash
Returns the current value of transactionHash.
8 9 10 |
# File 'lib/nis/struct/nem_announce_result.rb', line 8 def transactionHash @transactionHash end |
#type ⇒ String
Returns the current value of type.
8 9 10 |
# File 'lib/nis/struct/nem_announce_result.rb', line 8 def type @type end |