Class: Nem::Model::MultisigAggregateModificationTransaction::Modification
- Inherits:
-
Struct
- Object
- Struct
- Nem::Model::MultisigAggregateModificationTransaction::Modification
- Defined in:
- lib/nem/model/multisig_aggregate_modification_transaction.rb
Instance Attribute Summary collapse
-
#cosignatory_account ⇒ Object
Returns the value of attribute cosignatory_account.
-
#modification_type ⇒ Object
Returns the value of attribute modification_type.
Instance Attribute Details
#cosignatory_account ⇒ Object
Returns the value of attribute cosignatory_account
6 7 8 |
# File 'lib/nem/model/multisig_aggregate_modification_transaction.rb', line 6 def cosignatory_account @cosignatory_account end |
#modification_type ⇒ Object
Returns the value of attribute modification_type
6 7 8 |
# File 'lib/nem/model/multisig_aggregate_modification_transaction.rb', line 6 def modification_type @modification_type end |