Class: UIInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

UIFORMAT =
1
SCHEMEVERSION =
2
BGCOLOR =
3
FGCOLOR =
4
BGIMGURL =
5
FGIMGURL =
6
EXTDATA =
7
FIELDS =
{
  UIFORMAT => {:type => ::Thrift::Types::BYTE, :name => 'uiFormat'},
  SCHEMEVERSION => {:type => ::Thrift::Types::STRING, :name => 'schemeVersion'},
  BGCOLOR => {:type => ::Thrift::Types::STRING, :name => 'bgColor'},
  FGCOLOR => {:type => ::Thrift::Types::STRING, :name => 'fgColor'},
  BGIMGURL => {:type => ::Thrift::Types::STRING, :name => 'bgImgUrl'},
  FGIMGURL => {:type => ::Thrift::Types::STRING, :name => 'fgImgUrl'},
  EXTDATA => {:type => ::Thrift::Types::I32, :name => 'extData'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



10083
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10083

def struct_fields; FIELDS; end

#validateObject



10085
10086
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10085

def validate
end