Class: AutoSuggestionShowcaseRequest

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

PRODUCTTYPE =
1
SUGGESTIONTYPE =
2
FIELDS =
{
  PRODUCTTYPE => {:type => ::Thrift::Types::I32, :name => 'productType', :enum_class => ::P0_a_a_b_a_a_t1},
  SUGGESTIONTYPE => {:type => ::Thrift::Types::I32, :name => 'suggestionType', :enum_class => ::P0_a_a_b_a_a_w3}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



11856
11857
11858
11859
11860
11861
11862
11863
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11856

def validate
  unless @productType.nil? || ::P0_a_a_b_a_a_t1::VALID_VALUES.include?(@productType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field productType!')
  end
  unless @suggestionType.nil? || ::P0_a_a_b_a_a_w3::VALID_VALUES.include?(@suggestionType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field suggestionType!')
  end
end