Class: Radar::API::IndexLinkedBondId

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/radar/api/radar_types.rb

Constant Summary collapse

INDEX =
1
FATOR =
2
FIELDS =
{
  INDEX => {:type => ::Thrift::Types::STRUCT, :name => 'index', :class => ::Radar::API::IndexId},
  FATOR => {:type => ::Thrift::Types::DOUBLE, :name => 'fator'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



93
# File 'lib/radar/api/radar_types.rb', line 93

def struct_fields; FIELDS; end

#validateObject



95
96
# File 'lib/radar/api/radar_types.rb', line 95

def validate
end