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