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

Returns:

  • (Object)

    the current value of campus



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

def campus
  @campus
end

#capacityObject

Returns the value of attribute capacity

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of crn



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

def crn
  @crn
end

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



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

def current
  @current
end

#instructorObject

Returns the value of attribute instructor

Returns:

  • (Object)

    the current value of instructor



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

def instructor
  @instructor
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#sectionObject

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



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

def section
  @section
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of term



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

def term
  @term
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end