Class: Andromeda::Guides::DefaultGuideHolder
- Includes:
- Singleton
- Defined in:
- lib/andromeda/sugar.rb
Instance Attribute Summary collapse
-
#guide ⇒ Object
Returns the value of attribute guide.
Instance Method Summary collapse
-
#initialize ⇒ DefaultGuideHolder
constructor
A new instance of DefaultGuideHolder.
Constructor Details
#initialize ⇒ DefaultGuideHolder
Returns a new instance of DefaultGuideHolder.
26 27 28 |
# File 'lib/andromeda/sugar.rb', line 26 def initialize @guide = LocalGuide end |
Instance Attribute Details
#guide ⇒ Object
Returns the value of attribute guide.
24 25 26 |
# File 'lib/andromeda/sugar.rb', line 24 def guide @guide end |