Class: Vertigo::Severity
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(type = nil) ⇒ Severity
constructor
A new instance of Severity.
Methods inherited from AstNode
Constructor Details
#initialize(type = nil) ⇒ Severity
Returns a new instance of Severity.
295 296 297 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 295 def initialize type=nil @type=type end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
294 295 296 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 294 def type @type end |