Class: HighLevel::Models::Proposals::NotificationSettingsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::NotificationSettingsDto
- Defined in:
- lib/high_level/models/proposals/notification_settings_dto.rb
Instance Attribute Summary collapse
-
#receive ⇒ Object
readonly
Returns the value of attribute receive.
-
#sender ⇒ Object
readonly
Returns the value of attribute sender.
Instance Attribute Details
#receive ⇒ Object (readonly)
Returns the value of attribute receive
9 10 11 |
# File 'lib/high_level/models/proposals/notification_settings_dto.rb', line 9 def receive @receive end |
#sender ⇒ Object (readonly)
Returns the value of attribute sender
9 10 11 |
# File 'lib/high_level/models/proposals/notification_settings_dto.rb', line 9 def sender @sender end |