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
11337 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11337 def struct_fields; FIELDS; end |
#validate ⇒ Object
11339 11340 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11339 def validate end |