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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end