Class: MoneyRange

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

MIN =
1
MAX =
2
FIELDS =
{
  MIN => {:type => ::Thrift::Types::STRING, :name => 'min'},
  MAX => {:type => ::Thrift::Types::STRING, :name => 'max'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end