Class: Radar::API::FundId

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

Constant Summary collapse

CNPJ =
1
FIELDS =
{
  CNPJ => {:type => ::Thrift::Types::STRING, :name => 'cnpj'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end