Class: OsuCcScraper::Section

Inherits:
Struct
  • Object
show all
Defined in:
lib/osu-cc-scraper/section.rb

Instance Attribute Summary collapse

Instance Attribute Details

#campusObject

Returns the value of attribute campus



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def campus
  @campus
end

#capacityObject

Returns the value of attribute capacity



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def capacity
  @capacity
end

#course_numberObject

Returns the value of attribute course_number



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def course_number
  @course_number
end

#crnObject

Returns the value of attribute crn



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def crn
  @crn
end

#currentObject

Returns the value of attribute current



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def current
  @current
end

#instructorObject

Returns the value of attribute instructor



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def instructor
  @instructor
end

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def name
  @name
end

#sectionObject

Returns the value of attribute section



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def section
  @section
end

#statusObject

Returns the value of attribute status



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def status
  @status
end

#subject_codeObject

Returns the value of attribute subject_code



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def subject_code
  @subject_code
end

#termObject

Returns the value of attribute term



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def term
  @term
end

#typeObject

Returns the value of attribute type



2
3
4
# File 'lib/osu-cc-scraper/section.rb', line 2

def type
  @type
end