Class: BuyMustbuyRequest
- Inherits:
-
Object
- Object
- BuyMustbuyRequest
- 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
- PRODUCTID =
2
- SERIALNUMBER =
3
- FIELDS =
{ PRODUCTTYPE => {:type => ::Thrift::Types::I32, :name => 'productType', :enum_class => ::P0_a_a_b_a_a_t1}, PRODUCTID => {:type => ::Thrift::Types::STRING, :name => 'productId'}, SERIALNUMBER => {:type => ::Thrift::Types::STRING, :name => 'serialNumber'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11217 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11217 def struct_fields; FIELDS; end |
#validate ⇒ Object
11219 11220 11221 11222 11223 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11219 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 end |