Class: Qismo::Objects::OfficeHour::OfficeHourElement

Inherits:
Qismo::Object
  • Object
show all
Defined in:
lib/qismo/objects/office_hour.rb

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

Methods inherited from Qismo::Object

from_array

Instance Attribute Details

#dayInteger (readonly)

Returns:

  • (Integer)


11
# File 'lib/qismo/objects/office_hour.rb', line 11

attribute? :day, Types::Int.optional

#endtimeString (readonly)

Returns:



19
# File 'lib/qismo/objects/office_hour.rb', line 19

attribute? :endtime, Types::String.optional

#starttimeString (readonly)

Returns:



15
# File 'lib/qismo/objects/office_hour.rb', line 15

attribute? :starttime, Types::String.optional