class ShowcaseV3
Constants
- CONTINUATIONTOKEN
- DEMOGRAPHICTYPE
- FIELDS
- PRODUCTLIST
- PRODUCTTYPE
- SHOWCASETYPE
- SUBTYPE
- TOTALSIZE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 10658 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 10660 def validate unless @showcaseType.nil? || ::P0_a_a_b_a_a_w2::VALID_VALUES.include?(@showcaseType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field showcaseType!') end 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 @subType.nil? || ::P0_a_a_b_a_a_t3::VALID_VALUES.include?(@subType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field subType!') end end