Class: ProductValidationResult

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

VALIDATED =
1
FIELDS =
{
  VALIDATED => {:type => ::Thrift::Types::BOOL, :name => 'validated'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end