Parent

Methods

Class/Module Index [+]

Quicksearch

Twitter::API::Arguments

Attributes

options[R]

Public Class Methods

new(args) click to toggle source
# File lib/twitter/api/arguments.rb, line 6
def initialize(args)
  @options = args.last.is_a?(::Hash) ? args.pop : {}
  super(args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.