Class: MoneyRange
- Inherits:
-
Object
- Object
- MoneyRange
- 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_fields ⇒ Object
6941 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6941 def struct_fields; FIELDS; end |
#validate ⇒ Object
6943 6944 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6943 def validate end |