lib/agrid_client/models/company_ranking.rb in agrid-client-0.0.2 vs lib/agrid_client/models/company_ranking.rb in agrid-client-0.0.3
- old
+ new
@@ -2,23 +2,23 @@
module AgridClient
class CompanyRanking
include SwaggerModel
- attr_accessor :service, :ranking
+ attr_accessor :service, :rank
def self.attribute_map
{
:'service' => :'service',
- :'ranking' => :'ranking'
+ :'rank' => :'rank'
}
end
# Attribute type mapping.
def self.swagger_types
{
:'service' => :'Service',
- :'ranking' => :'Float'
+ :'rank' => :'Float'
}
end
# Initializes the object
# @param [Hash] attributes Model attributes in the form of hash