class ContiamoEvent::Configuration
Attributes
options[RW]
token[RW]
Public Class Methods
new()
click to toggle source
# File lib/contiamo_event.rb, line 8 def initialize @options = {} @options[:verbose] = false @token = '' end