Class: DSL::Maker::ArrayType
- Inherits:
-
Object
- Object
- DSL::Maker::ArrayType
- Defined in:
- lib/dsl/maker.rb
Instance Attribute Summary collapse
-
#base_type ⇒ Object
readonly
Returns the value of attribute base_type.
Instance Method Summary collapse
-
#initialize(base_type) ⇒ ArrayType
constructor
A new instance of ArrayType.
Constructor Details
#initialize(base_type) ⇒ ArrayType
Returns a new instance of ArrayType.
84 85 86 |
# File 'lib/dsl/maker.rb', line 84 def initialize(base_type) @base_type = base_type end |
Instance Attribute Details
#base_type ⇒ Object (readonly)
Returns the value of attribute base_type.
83 84 85 |
# File 'lib/dsl/maker.rb', line 83 def base_type @base_type end |