Class: CallHost
- Inherits:
-
Object
- Object
- CallHost
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- HOST =
1
- PORT =
2
- ZONE =
3
- FIELDS =
{ HOST => {:type => ::Thrift::Types::STRING, :name => 'host'}, PORT => {:type => ::Thrift::Types::I32, :name => 'port'}, ZONE => {:type => ::Thrift::Types::STRING, :name => 'zone'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
16508 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16508 def struct_fields; FIELDS; end |
#validate ⇒ Object
16510 16511 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16510 def validate end |