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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end