class LIFFMenuColor

Constants

FIELDS
ICONCOLOR
STATUSBARCOLOR

Public Instance Methods

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