Class: Nis::Struct::MosaicLevy
- Inherits:
-
Object
- Object
- Nis::Struct::MosaicLevy
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/mosaic_levy.rb
Overview
Instance Attribute Summary collapse
-
#fee ⇒ Integer
The current value of fee.
-
#mosaicId ⇒ Nis::Struct::MosaicId
(also: #mosaid_id)
The current value of mosaicId.
-
#recipient ⇒ String
The current value of recipient.
-
#type ⇒ Integer
The current value of type.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#fee ⇒ Integer
Returns the current value of fee.
7 8 9 |
# File 'lib/nis/struct/mosaic_levy.rb', line 7 def fee @fee end |
#mosaicId ⇒ Nis::Struct::MosaicId Also known as: mosaid_id
Returns the current value of mosaicId.
7 8 9 |
# File 'lib/nis/struct/mosaic_levy.rb', line 7 def mosaicId @mosaicId end |
#recipient ⇒ String
Returns the current value of recipient.
7 8 9 |
# File 'lib/nis/struct/mosaic_levy.rb', line 7 def recipient @recipient end |
#type ⇒ Integer
Returns the current value of type.
7 8 9 |
# File 'lib/nis/struct/mosaic_levy.rb', line 7 def type @type end |