Class: RubyRTL::EnumType
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
Attributes inherited from Ast
Instance Method Summary collapse
-
#initialize(items) ⇒ EnumType
constructor
A new instance of EnumType.
Methods inherited from Ast
Constructor Details
#initialize(items) ⇒ EnumType
Returns a new instance of EnumType.
326 327 328 |
# File 'lib/ruby_rtl/ast.rb', line 326 def initialize items @items=items end |
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
325 326 327 |
# File 'lib/ruby_rtl/ast.rb', line 325 def items @items end |