Class: TalkService::SendMessage_args

Inherits:
Object
  • Object
show all
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end