Module: Amazoned
- Defined in:
- lib/amazoned.rb,
lib/amazoned/version.rb
Defined Under Namespace
Classes: BotDeniedAccessError, Client, Parser, ProductNotFoundError
Constant Summary collapse
- VERSION =
"0.1.5"
Class Attribute Summary collapse
-
.initial_network_retry_delay ⇒ Object
readonly
Returns the value of attribute initial_network_retry_delay.
-
.max_network_retry_delay ⇒ Object
readonly
Returns the value of attribute max_network_retry_delay.
Class Method Summary collapse
Class Attribute Details
.initial_network_retry_delay ⇒ Object (readonly)
Returns the value of attribute initial_network_retry_delay.
15 16 17 |
# File 'lib/amazoned.rb', line 15 def initial_network_retry_delay @initial_network_retry_delay end |
.max_network_retry_delay ⇒ Object (readonly)
Returns the value of attribute max_network_retry_delay.
15 16 17 |
# File 'lib/amazoned.rb', line 15 def max_network_retry_delay @max_network_retry_delay end |
Class Method Details
.max_network_retries ⇒ Object
18 19 20 |
# File 'lib/amazoned.rb', line 18 def self.max_network_retries @max_network_retries end |
.max_network_retries=(val) ⇒ Object
22 23 24 |
# File 'lib/amazoned.rb', line 22 def self.max_network_retries=(val) @max_network_retries = val.to_i end |