Class: Qismo::Objects::OfficeHour::OfficeHourElement
Overview
Office hour element object
Constant Summary
Constants included
from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
Method Summary
from_array
Instance Attribute Details
#day ⇒ Integer
11
|
# File 'lib/qismo/objects/office_hour.rb', line 11
attribute? :day, Types::Int.optional
|
19
|
# File 'lib/qismo/objects/office_hour.rb', line 19
attribute? :endtime, Types::String.optional
|
#starttime ⇒ String
15
|
# File 'lib/qismo/objects/office_hour.rb', line 15
attribute? :starttime, Types::String.optional
|