Class: GroupPreference

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

INVITATIONTICKET =
11
FAVORITETIMESTAMP =
12
FIELDS =
{
  INVITATIONTICKET => {:type => ::Thrift::Types::STRING, :name => 'invitationTicket'},
  FAVORITETIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'favoriteTimestamp'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end