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.4.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



14
15
16
# File 'lib/yandex/market/content.rb', line 14

def configuration
  @configuration
end

Class Method Details

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

Yields:



24
25
26
# File 'lib/yandex/market/content.rb', line 24

def configure
  yield(configuration)
end

.resetObject



20
21
22
# File 'lib/yandex/market/content.rb', line 20

def reset
  @configuration = Configuration.new
end