Class Twitter::Base
In: lib/twitter/base.rb
Parent: Object

Methods

[]   lazy_attr_reader   new  

External Aliases

attrs -> to_hash

Attributes

attrs  [RW] 

Public Class methods

Define methods that retrieve the value from an initialized instance variable Hash, using the attribute as a key

@overload self.lazy_attr_reader(attr)

  @param attr [Symbol]

@overload self.lazy_attr_reader(attrs)

  @param attrs [Array<Symbol>]

Initializes a new Base object

@param attrs [Hash] @return [Twitter::Base]

Public Instance methods

Initializes a new Base object

@param method [String, Symbol] Message to send to the object

[Validate]