Class: Yandex::Market::Content

Inherits:
Object
  • Object
show all
Defined in:
lib/yandex/market/content.rb,
lib/yandex/market/content/version.rb

Constant Summary collapse

VERSION =
"0.3.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



12
13
14
# File 'lib/yandex/market/content.rb', line 12

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



22
23
24
# File 'lib/yandex/market/content.rb', line 22

def configure
  yield(configuration)
end

.resetObject



18
19
20
# File 'lib/yandex/market/content.rb', line 18

def reset
  @configuration = Configuration.new
end