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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end