Class: ChannelService::GetChannelSettings_result

Inherits:
Object
  • Object
show all
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 => ::ChannelSettings},
  E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::ChannelException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



449
# File 'lib/linerb/gen-rb/channel_service.rb', line 449

def struct_fields; FIELDS; end

#validateObject



451
452
# File 'lib/linerb/gen-rb/channel_service.rb', line 451

def validate
end