Class: Wrapsheet::Configuration

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

Class Attribute Summary collapse

Instance Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



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

def config
  @config
end

Instance Attribute Details

#google_account_typeObject

Returns the value of attribute google_account_type.



3
4
5
# File 'lib/wrapsheet/configuration.rb', line 3

def 
  @google_account_type
end

Class Method Details

.configure(&block) ⇒ Object



9
10
11
12
# File 'lib/wrapsheet/configuration.rb', line 9

def self.configure(&block)
  self.config = new
  block[config]
end