Class: NikeV2::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



18
19
20
# File 'lib/nike_v2.rb', line 18

def initialize
  @cache = false
end

Instance Attribute Details

#cacheObject

Returns the value of attribute cache.



16
17
18
# File 'lib/nike_v2.rb', line 16

def cache
  @cache
end