Class: JobData
- Inherits:
-
Object
- Object
- JobData
- Defined in:
- lib/data/job_data.rb
Instance Attribute Summary collapse
-
#agency_display ⇒ Object
Returns the value of attribute agency_display.
-
#agency_name ⇒ Object
Returns the value of attribute agency_name.
-
#agency_sub ⇒ Object
Returns the value of attribute agency_sub.
-
#dates ⇒ Object
Returns the value of attribute dates.
-
#eligibility ⇒ Object
Returns the value of attribute eligibility.
-
#github_url ⇒ Object
Returns the value of attribute github_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#locations ⇒ Object
Returns the value of attribute locations.
-
#position ⇒ Object
Returns the value of attribute position.
-
#salary ⇒ Object
Returns the value of attribute salary.
-
#series_grade ⇒ Object
Returns the value of attribute series_grade.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#agency_display ⇒ Object
Returns the value of attribute agency_display.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def agency_display @agency_display end |
#agency_name ⇒ Object
Returns the value of attribute agency_name.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def agency_name @agency_name end |
#agency_sub ⇒ Object
Returns the value of attribute agency_sub.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def agency_sub @agency_sub end |
#dates ⇒ Object
Returns the value of attribute dates.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def dates @dates end |
#eligibility ⇒ Object
Returns the value of attribute eligibility.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def eligibility @eligibility end |
#github_url ⇒ Object
Returns the value of attribute github_url.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def github_url @github_url end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def id @id end |
#locations ⇒ Object
Returns the value of attribute locations.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def locations @locations end |
#position ⇒ Object
Returns the value of attribute position.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def position @position end |
#salary ⇒ Object
Returns the value of attribute salary.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def salary @salary end |
#series_grade ⇒ Object
Returns the value of attribute series_grade.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def series_grade @series_grade end |
#summary ⇒ Object
Returns the value of attribute summary.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/data/job_data.rb', line 3 def url @url end |