class RubyVibe::Configuration

Attributes

auth_token[RW]
sender_avatar[RW]
sender_name[RW]

Public Class Methods

new() click to toggle source
# File lib/ruby-vibe/configuration.rb, line 15
def initialize
  @auth_token    = nil
  @sender_name   = nil
  @sender_avatar = 'http://avatar.example.com'
end