Class: Atatus::Context::Framework Private
- Inherits:
-
Struct
- Object
- Struct
- Atatus::Context::Framework
- Defined in:
- lib/atatus/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
38 39 40 |
# File 'lib/atatus/context.rb', line 38 def name @name end |
#version ⇒ Object
Returns the value of attribute version
38 39 40 |
# File 'lib/atatus/context.rb', line 38 def version @version end |