Class: Seo::KeywordsPeopleUseClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Seo::KeywordsPeopleUseClient::Response
- Defined in:
- app/services/seo/keywords_people_use_client.rb
Overview
Response wrapper for consistent interface
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
25 26 27 |
# File 'app/services/seo/keywords_people_use_client.rb', line 25 def data @data end |
#error ⇒ Object
Returns the value of attribute error
25 26 27 |
# File 'app/services/seo/keywords_people_use_client.rb', line 25 def error @error end |
#success? ⇒ Object
Returns the value of attribute success?
25 26 27 |
# File 'app/services/seo/keywords_people_use_client.rb', line 25
def success?
@success?
end
|