Class: ChannelService::GetChannelInfo_result
- Inherits:
-
Object
- Object
- ChannelService::GetChannelInfo_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/channel_service.rb
Constant Summary collapse
- SUCCESS =
0
- E =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::ChannelInfo}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::ChannelException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
615 |
# File 'lib/linerb/gen-rb/channel_service.rb', line 615 def struct_fields; FIELDS; end |
#validate ⇒ Object
617 618 |
# File 'lib/linerb/gen-rb/channel_service.rb', line 617 def validate end |