Class: MajesticSeo::Api::TopBackLinksResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/majestic_seo/api/top_back_links_response.rb

Instance Attribute Summary

Attributes inherited from Response

#code, #error_message, #full_error, #global_variables, #items, #response, #success, #table_key, #tables

Instance Method Summary collapse

Methods inherited from Response

#parse_global_variables, #parse_response, #parse_table, #parse_tables, #stacktrace, #success?

Constructor Details

#initialize(response, table_key = "URL") ⇒ TopBackLinksResponse

Returns a new instance of TopBackLinksResponse.



37
38
39
40
# File 'lib/majestic_seo/api/top_back_links_response.rb', line 37

def initialize(response, table_key = "URL")
  @table_key = table_key
  super(response)
end