Class: Muddyit::Collections::Collection::Pages::Page::ExtractedContent
Instance Attribute Summary
Attributes inherited from Generic
Attributes inherited from Base
#access_token, #access_token_secret, #auth_type, #consumer_key, #consumer_secret, #password, #rest_endpoint, #username
Instance Method Summary collapse
-
#initialize(muddyit, attributes) ⇒ ExtractedContent
constructor
A new instance of ExtractedContent.
Methods inherited from Generic
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