Class: Extra

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

GROUPEXTRA =
1
PEEREXTRA =
2
FIELDS =
{
  GROUPEXTRA => {:type => ::Thrift::Types::STRUCT, :name => 'groupExtra', :class => ::GroupExtra},
  PEEREXTRA => {:type => ::Thrift::Types::STRUCT, :name => 'peerExtra', :class => ::PeerExtra}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end