Class: ApplicationVersionRange
- Inherits:
-
Object
- Object
- ApplicationVersionRange
- 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
- LOWERBOUND =
1
- LOWERBOUNDINCLUSIVE =
2
- UPPERBOUND =
3
- UPPERBOUNDINCLUSIVE =
4
- FIELDS =
{ LOWERBOUND => {:type => ::Thrift::Types::STRING, :name => 'lowerBound'}, LOWERBOUNDINCLUSIVE => {:type => ::Thrift::Types::BOOL, :name => 'lowerBoundInclusive'}, UPPERBOUND => {:type => ::Thrift::Types::STRING, :name => 'upperBound'}, UPPERBOUNDINCLUSIVE => {:type => ::Thrift::Types::BOOL, :name => 'upperBoundInclusive'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
10272 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10272 def struct_fields; FIELDS; end |
#validate ⇒ Object
10274 10275 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10274 def validate end |