class SticonProperty

Constants

AVAILABLEFORPHOTOEDIT
FIELDS
STICONIDS
STICONRESOURCETYPE

Public Instance Methods

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