class LatestProductByAuthorItem

Constants

DISPLAYNAME
FIELDS
NEWFLAG
POPUPLAYER
PRODUCTID
PRODUCTRESOURCETYPE
VERSION

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 11795
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 11797
def validate
  unless @popupLayer.nil? || ::P0_a_a_b_a_a_g1::VALID_VALUES.include?(@popupLayer)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field popupLayer!')
  end
end