Class: Hoss::Context::Framework Private
- Inherits:
-
Struct
- Object
- Struct
- Hoss::Context::Framework
- Defined in:
- lib/hoss/context.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/hoss/context.rb', line 37 def name @name end |
#version ⇒ Object
Returns the value of attribute version
37 38 39 |
# File 'lib/hoss/context.rb', line 37 def version @version end |