Class: GreatSchools::Result

Inherits:
Model
  • Object
show all
Defined in:
lib/great_schools/result.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

#grade_nameObject

Returns the value of attribute grade_name.



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

def grade_name
  @grade_name
end

#scoreObject

Returns the value of attribute score.



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

def score
  @score
end

#subject_nameObject

Returns the value of attribute subject_name.



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

def subject_name
  @subject_name
end

#test_idObject

Returns the value of attribute test_id.



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

def test_id
  @test_id
end

#yearObject

Returns the value of attribute year.



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

def year
  @year
end