module OmiseGO class MintedToken < Base attributes :id, :symbol, :subunit_to_unit, :name end end