Class: Java::ComGoogleGdataData::Content

Inherits:
Object
  • Object
show all
Defined in:
lib/text_content.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name, *args) ⇒ Object



2
3
4
# File 'lib/text_content.rb', line 2

def method_missing(method_name, *args)
  self.content.send(method_name, *args)
end