Module: Demand
- Defined in:
- lib/demand.rb,
lib/demand/version.rb
Overview
require ‘pry’
Constant Summary collapse
- YIELD_DEFAULT =
false- RETURN_YIELD =
false- VERSION =
"1.1.0"
Instance Attribute Summary collapse
-
#RETURN_YIELD ⇒ Object
Returns the value of attribute RETURN_YIELD.
-
#YIELD_DEFAULT ⇒ Object
Returns the value of attribute YIELD_DEFAULT.
Instance Attribute Details
#RETURN_YIELD ⇒ Object
Returns the value of attribute RETURN_YIELD.
9 10 11 |
# File 'lib/demand.rb', line 9 def RETURN_YIELD @RETURN_YIELD end |
#YIELD_DEFAULT ⇒ Object
Returns the value of attribute YIELD_DEFAULT.
8 9 10 |
# File 'lib/demand.rb', line 8 def YIELD_DEFAULT @YIELD_DEFAULT end |