Class: IscAnalytics::Config

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#accountsObject

Returns the value of attribute accounts.



4
5
6
# File 'lib/isc_analytics/config.rb', line 4

def accounts
  @accounts
end

#namespaceObject

Returns the value of attribute namespace.



4
5
6
# File 'lib/isc_analytics/config.rb', line 4

def namespace
  @namespace
end

Class Method Details

.defaultObject



6
7
8
9
10
11
12
13
# File 'lib/isc_analytics/config.rb', line 6

def self.default
  new.instance_eval {
    @accounts = nil
    @namespace = nil

    self
  }
end