Class: JobData

Inherits:
Object
  • Object
show all
Defined in:
lib/data/job_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agency_displayObject

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_nameObject

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_subObject

Returns the value of attribute agency_sub.



3
4
5
# File 'lib/data/job_data.rb', line 3

def agency_sub
  @agency_sub
end

#datesObject

Returns the value of attribute dates.



3
4
5
# File 'lib/data/job_data.rb', line 3

def dates
  @dates
end

#eligibilityObject

Returns the value of attribute eligibility.



3
4
5
# File 'lib/data/job_data.rb', line 3

def eligibility
  @eligibility
end

#github_urlObject

Returns the value of attribute github_url.



3
4
5
# File 'lib/data/job_data.rb', line 3

def github_url
  @github_url
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/data/job_data.rb', line 3

def id
  @id
end

#locationsObject

Returns the value of attribute locations.



3
4
5
# File 'lib/data/job_data.rb', line 3

def locations
  @locations
end

#positionObject

Returns the value of attribute position.



3
4
5
# File 'lib/data/job_data.rb', line 3

def position
  @position
end

#salaryObject

Returns the value of attribute salary.



3
4
5
# File 'lib/data/job_data.rb', line 3

def salary
  @salary
end

#series_gradeObject

Returns the value of attribute series_grade.



3
4
5
# File 'lib/data/job_data.rb', line 3

def series_grade
  @series_grade
end

#summaryObject

Returns the value of attribute summary.



3
4
5
# File 'lib/data/job_data.rb', line 3

def summary
  @summary
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/data/job_data.rb', line 3

def title
  @title
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/data/job_data.rb', line 3

def url
  @url
end