Class: Snov::GetEmailsFromName::ProspectResult
- Inherits:
-
Object
- Object
- Snov::GetEmailsFromName::ProspectResult
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/get_emails_from_name.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#message ⇒ Object
Returns the value of attribute message.
-
#params ⇒ Object
Returns the value of attribute params.
-
#status ⇒ Object
Returns the value of attribute status.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
67 68 69 |
# File 'lib/snov/get_emails_from_name.rb', line 67 def data @data end |
#message ⇒ Object
Returns the value of attribute message.
66 67 68 |
# File 'lib/snov/get_emails_from_name.rb', line 66 def @message end |
#params ⇒ Object
Returns the value of attribute params.
66 67 68 |
# File 'lib/snov/get_emails_from_name.rb', line 66 def params @params end |
#status ⇒ Object
Returns the value of attribute status.
67 68 69 |
# File 'lib/snov/get_emails_from_name.rb', line 67 def status @status end |
#success ⇒ Object
Returns the value of attribute success.
66 67 68 |
# File 'lib/snov/get_emails_from_name.rb', line 66 def success @success end |