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
5466 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 5466 def struct_fields; FIELDS; end |
#validate ⇒ Object
5468 5469 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 5468 def validate end |