class ThingsDevice

Constants

ACTIONURI
BONDINGREQUIRED
BOTMID
CHANNELIDLIST
DEVICEID
FIELDS
PRODUCTTYPE
PROFILEIMAGELOCATION
PROVIDERNAME
SERVICEUUID
TARGETABCENGINEVERSION

Public Instance Methods

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