Methods

Class/Module Index [+]

Quicksearch

Twitter::ActionFactory

Public Class Methods

fetch_or_new(attrs={}) click to toggle source

Instantiates a new action object

@param attrs [Hash] @raise [ArgumentError] Error raised when supplied argument is missing an :action key. @return [Twitter::Action]

# File lib/twitter/action_factory.rb, line 17
def self.fetch_or_new(attrs={})
  super(:action, Twitter::Action, attrs)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.