Class: Muddyit::Collections::Collection::Pages::Page::ExtractedContent

Inherits:
Generic
  • Object
show all
Defined in:
lib/muddyit/collections/pages/page/extracted_content.rb

Instance Attribute Summary

Attributes inherited from Generic

#attributes

Attributes inherited from Base

#access_token, #access_token_secret, #auth_type, #consumer_key, #consumer_secret, #password, #rest_endpoint, #username

Instance Method Summary collapse

Methods inherited from Generic

#method_missing

Methods inherited from Base

#collections, #extract, #send_request

Constructor Details

#initialize(muddyit, attributes) ⇒ ExtractedContent

Returns a new instance of ExtractedContent.



3
4
5
6
# File 'lib/muddyit/collections/pages/page/extracted_content.rb', line 3

def initialize(muddyit, attributes)
  super(muddyit, attributes)
  populate_terms
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Muddyit::Generic