Class: Seo::KeywordsPeopleUseClient::Response

Inherits:
Struct
  • Object
show all
Defined in:
app/services/seo/keywords_people_use_client.rb

Overview

Response wrapper for consistent interface

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



25
26
27
# File 'app/services/seo/keywords_people_use_client.rb', line 25

def data
  @data
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of success?



25
26
27
# File 'app/services/seo/keywords_people_use_client.rb', line 25

def success?
  @success?
end