Class: HighLevel::Models::EmailIsv::EmailNotVerifiedResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::EmailIsv::EmailNotVerifiedResponseDto
- Defined in:
- lib/high_level/models/email_isv/email_not_verified_response_dto.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#verified ⇒ Object
readonly
Returns the value of attribute verified.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
9 10 11 |
# File 'lib/high_level/models/email_isv/email_not_verified_response_dto.rb', line 9 def address @address end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/email_isv/email_not_verified_response_dto.rb', line 9 def @message end |
#verified ⇒ Object (readonly)
Returns the value of attribute verified
9 10 11 |
# File 'lib/high_level/models/email_isv/email_not_verified_response_dto.rb', line 9 def verified @verified end |