Class: GetMyChatappsResponse

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

APPS =
1
CONTINUATIONTOKEN =
2
FIELDS =
{
  APPS => {:type => ::Thrift::Types::LIST, :name => 'apps', :element => {:type => ::Thrift::Types::STRUCT, :class => ::MyChatapp}},
  CONTINUATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'continuationToken', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end