Class: TalkService::SendMessage_args
- Inherits:
-
Object
- Object
- TalkService::SendMessage_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/talk_service.rb
Constant Summary collapse
- SEQ =
1
- MESSAGE =
2
- FIELDS =
{ SEQ => {:type => ::Thrift::Types::I32, :name => 'seq'}, MESSAGE => {:type => ::Thrift::Types::STRUCT, :name => 'message', :class => ::Message} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4042 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 4042 def struct_fields; FIELDS; end |
#validate ⇒ Object
4044 4045 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 4044 def validate end |