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
Generated with the Darkfish Rdoc Generator 2.