Class: ContiamoEvent::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/contiamo_event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



8
9
10
11
12
# File 'lib/contiamo_event.rb', line 8

def initialize
  @options = {}
  @options[:verbose] = false
  @token = ''
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



6
7
8
# File 'lib/contiamo_event.rb', line 6

def options
  @options
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'lib/contiamo_event.rb', line 6

def token
  @token
end