Class: CricosScrape::Course
- Defined in:
- lib/cricos_scrape/entities/course.rb
Instance Attribute Summary collapse
-
#broad_field ⇒ Object
Returns the value of attribute broad_field.
-
#contact_officers ⇒ Object
Returns the value of attribute contact_officers.
-
#course_code ⇒ Object
Returns the value of attribute course_code.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#course_language ⇒ Object
Returns the value of attribute course_language.
-
#course_level ⇒ Object
Returns the value of attribute course_level.
-
#course_name ⇒ Object
Returns the value of attribute course_name.
-
#detailed_field ⇒ Object
Returns the value of attribute detailed_field.
-
#dual_qualification ⇒ Object
Returns the value of attribute dual_qualification.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#field_of_education ⇒ Object
Returns the value of attribute field_of_education.
-
#foundation_studies ⇒ Object
Returns the value of attribute foundation_studies.
-
#location_ids ⇒ Object
Returns the value of attribute location_ids.
-
#narrow_field ⇒ Object
Returns the value of attribute narrow_field.
-
#total_cost ⇒ Object
Returns the value of attribute total_cost.
-
#work_component ⇒ Object
Returns the value of attribute work_component.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#broad_field ⇒ Object
Returns the value of attribute broad_field
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def broad_field @broad_field end |
#contact_officers ⇒ Object
Returns the value of attribute contact_officers
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def contact_officers @contact_officers end |
#course_code ⇒ Object
Returns the value of attribute course_code
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def course_code @course_code end |
#course_id ⇒ Object
Returns the value of attribute course_id
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def course_id @course_id end |
#course_language ⇒ Object
Returns the value of attribute course_language
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def course_language @course_language end |
#course_level ⇒ Object
Returns the value of attribute course_level
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def course_level @course_level end |
#course_name ⇒ Object
Returns the value of attribute course_name
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def course_name @course_name end |
#detailed_field ⇒ Object
Returns the value of attribute detailed_field
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def detailed_field @detailed_field end |
#dual_qualification ⇒ Object
Returns the value of attribute dual_qualification
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def dual_qualification @dual_qualification end |
#duration ⇒ Object
Returns the value of attribute duration
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def duration @duration end |
#field_of_education ⇒ Object
Returns the value of attribute field_of_education
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def field_of_education @field_of_education end |
#foundation_studies ⇒ Object
Returns the value of attribute foundation_studies
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def foundation_studies @foundation_studies end |
#location_ids ⇒ Object
Returns the value of attribute location_ids
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def location_ids @location_ids end |
#narrow_field ⇒ Object
Returns the value of attribute narrow_field
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def narrow_field @narrow_field end |
#total_cost ⇒ Object
Returns the value of attribute total_cost
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def total_cost @total_cost end |
#work_component ⇒ Object
Returns the value of attribute work_component
2 3 4 |
# File 'lib/cricos_scrape/entities/course.rb', line 2 def work_component @work_component end |