Class: Configurations

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

REVISION =
1
CONFIGMAP =
2
FIELDS =
{
  REVISION => {:type => ::Thrift::Types::I64, :name => 'revision'},
  CONFIGMAP => {:type => ::Thrift::Types::MAP, :name => 'configMap', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end