Class: ProfileContent

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

VALUE =
1
META =
2
FIELDS =
{
  VALUE => {:type => ::Thrift::Types::STRING, :name => 'value'},
  META => {:type => ::Thrift::Types::MAP, :name => 'meta', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end