Class: GreatSchools::Rank

Inherits:
Model
  • Object
show all
Defined in:
lib/great_schools/rank.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from GreatSchools::Model

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/great_schools/rank.rb', line 3

def description
  @description
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/great_schools/rank.rb', line 3

def name
  @name
end

#scaleObject

Returns the value of attribute scale.



3
4
5
# File 'lib/great_schools/rank.rb', line 3

def scale
  @scale
end

#scoreObject

Returns the value of attribute score.



3
4
5
# File 'lib/great_schools/rank.rb', line 3

def score
  @score
end

#yearObject

Returns the value of attribute year.



3
4
5
# File 'lib/great_schools/rank.rb', line 3

def year
  @year
end