Class: Astrapi::ArrayOf
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize(type) ⇒ ArrayOf
constructor
A new instance of ArrayOf.
Methods inherited from Type
Methods inherited from Ast
Constructor Details
#initialize(type) ⇒ ArrayOf
Returns a new instance of ArrayOf.
44 45 46 |
# File 'lib/ast.rb', line 44 def initialize type @type=type end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
43 44 45 |
# File 'lib/ast.rb', line 43 def type @type end |