Class: DisplayMoney

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

AMOUNT =
1
AMOUNTSTRING =
2
CURRENCY =
3
FIELDS =
{
  AMOUNT => {:type => ::Thrift::Types::STRING, :name => 'amount'},
  AMOUNTSTRING => {:type => ::Thrift::Types::STRING, :name => 'amountString'},
  CURRENCY => {:type => ::Thrift::Types::STRING, :name => 'currency'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



7810
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7810

def struct_fields; FIELDS; end

#validateObject



7812
7813
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7812

def validate
end