Class: Vortex::Article

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name, *args) ⇒ Object



252
253
254
# File 'lib/vrtx.rb', line 252

def method_missing(method_name, *args)
  # Detect   article.createdBy = thomasfl
end

Instance Method Details

#initalize(url, *args) ⇒ Object



249
250
# File 'lib/vrtx.rb', line 249

def initalize(url, *args)
end

#updateObject



256
257
258
# File 'lib/vrtx.rb', line 256

def update()
  # Proppatch
end