Class: Muddyit::Sites::Site::Pages::Page::ExtractedContent

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

Constant Summary

Constants inherited from Base

Base::REST_ENDPOINT

Instance Attribute Summary

Attributes inherited from Generic

#attributes

Attributes inherited from Base

#access_token, #access_token_secret, #consumer_key, #consumer_secret, #rest_endpoint

Instance Method Summary collapse

Methods inherited from Generic

#method_missing

Methods inherited from Base

#send_request, #sites

Constructor Details

#initialize(muddyit, attributes) ⇒ ExtractedContent

Returns a new instance of ExtractedContent.



3
4
5
6
# File 'lib/muddyit/sites/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