Class: TalkService::GenerateUserTicket_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/talk_service.rb

Constant Summary collapse

EXPIRATIONTIME =
3
MAXUSECOUNT =
4
FIELDS =
{
  EXPIRATIONTIME => {:type => ::Thrift::Types::I64, :name => 'expirationTime'},
  MAXUSECOUNT => {:type => ::Thrift::Types::I32, :name => 'maxUseCount'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



5466
# File 'lib/linerb/gen-rb/talk_service.rb', line 5466

def struct_fields; FIELDS; end

#validateObject



5468
5469
# File 'lib/linerb/gen-rb/talk_service.rb', line 5468

def validate
end