Class: Radar::API::IndexLinkedBondId
- Inherits:
-
Object
- Object
- Radar::API::IndexLinkedBondId
- 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_fields ⇒ Object
93 |
# File 'lib/radar/api/radar_types.rb', line 93 def struct_fields; FIELDS; end |
#validate ⇒ Object
95 96 |
# File 'lib/radar/api/radar_types.rb', line 95 def validate end |