class BuddyStatusBar

Constants

DISPLAYTYPE
FIELDS
ICONURL
LABEL
LINKURL
TITLE

Public Instance Methods

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