Class: Radar::API::Provision
- Inherits:
-
Object
- Object
- Radar::API::Provision
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Overview
Criado na versão 0.2.1
Constant Summary collapse
- VALUE =
1- DESCRIPTION =
2- SETTLEMENT =
3- FIELDS =
{ VALUE => {:type => ::Thrift::Types::DOUBLE, :name => 'value'}, DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description'}, SETTLEMENT => {:type => ::Thrift::Types::STRUCT, :name => 'settlement', :class => ::Radar::API::Settlement} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
579 |
# File 'lib/radar/api/radar_types.rb', line 579 def struct_fields; FIELDS; end |
#validate ⇒ Object
581 582 |
# File 'lib/radar/api/radar_types.rb', line 581 def validate end |