Class: ProductValidationResult
- Inherits:
-
Object
- Object
- ProductValidationResult
- 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
- VALIDATED =
1
- FIELDS =
{ VALIDATED => {:type => ::Thrift::Types::BOOL, :name => 'validated'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
10343 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10343 def struct_fields; FIELDS; end |
#validate ⇒ Object
10345 10346 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10345 def validate end |