class Nis::Struct::Mosaic
@attr [Nis::Struct::MosaicId] mosaicId @attr [Integer] quantity @see nemproject.github.io/#mosaic
Attributes
mosaicId[RW]
mosaic_id[RW]
mosaic_id=[RW]
quantity[RW]
Public Class Methods
build(attrs)
click to toggle source
# File lib/nis/struct/mosaic.rb, line 12 def self.build(attrs) attrs[:mosaicId] = Nis::Struct::MosaicId.build attrs[:mosaicId] new(attrs) end