Class: SquareStatus

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

MEMBERCOUNT =
1
JOINREQUESTCOUNT =
2
LASTJOINREQUESTAT =
3
OPENCHATCOUNT =
4
FIELDS =
{
  MEMBERCOUNT => {:type => ::Thrift::Types::I32, :name => 'memberCount'},
  JOINREQUESTCOUNT => {:type => ::Thrift::Types::I32, :name => 'joinRequestCount', :optional => true},
  LASTJOINREQUESTAT => {:type => ::Thrift::Types::I64, :name => 'lastJoinRequestAt', :optional => true},
  OPENCHATCOUNT => {:type => ::Thrift::Types::I32, :name => 'openChatCount', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end