Class: GreatSchools::Test

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

Overview

GreatSchools Test

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from GreatSchools::Model

Instance Attribute Details

#abbreviationObject

Returns the value of attribute abbreviation.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def abbreviation
  @abbreviation
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def id
  @id
end

#level_codeObject

Returns the value of attribute level_code.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def level_code
  @level_code
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def name
  @name
end

#resultsObject

Returns the value of attribute results.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def results
  @results
end

#scaleObject

Returns the value of attribute scale.



4
5
6
# File 'lib/great_schools/test.rb', line 4

def scale
  @scale
end