Class: BuddyRichMenuChatBarItem

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

LABEL =
1
BODY =
2
SELECTED =
3
FIELDS =
{
  LABEL => {:type => ::Thrift::Types::STRING, :name => 'label'},
  BODY => {:type => ::Thrift::Types::STRING, :name => 'body'},
  SELECTED => {:type => ::Thrift::Types::BOOL, :name => 'selected'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end