Class: TalkService::GenerateUserTicket_args
- Inherits:
-
Object
- Object
- TalkService::GenerateUserTicket_args
- 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_fields ⇒ Object
5589 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 5589 def struct_fields; FIELDS; end |
#validate ⇒ Object
5591 5592 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 5591 def validate end |