Class: ChannelDomain

Inherits:
Object
  • Object
show all
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
REMOVED =
2
FIELDS =
{
  HOST => {:type => ::Thrift::Types::STRING, :name => 'host'},
  REMOVED => {:type => ::Thrift::Types::BOOL, :name => 'removed'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



12488
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12488

def struct_fields; FIELDS; end

#validateObject



12490
12491
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12490

def validate
end