Class: HighLevel::Models::Calendars::UpdateAvailability
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::UpdateAvailability
- Defined in:
- lib/high_level/models/calendars/update_availability.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#hours ⇒ Object
readonly
Returns the value of attribute hours.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#date ⇒ Object (readonly)
Returns the value of attribute date
9 10 11 |
# File 'lib/high_level/models/calendars/update_availability.rb', line 9 def date @date end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/calendars/update_availability.rb', line 9 def deleted @deleted end |
#hours ⇒ Object (readonly)
Returns the value of attribute hours
9 10 11 |
# File 'lib/high_level/models/calendars/update_availability.rb', line 9 def hours @hours end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/calendars/update_availability.rb', line 9 def id @id end |