Class: DSL::Maker::ArrayType

Inherits:
Object
  • Object
show all
Defined in:
lib/dsl/maker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeObject (readonly)

Returns the value of attribute base_type.



83
84
85
# File 'lib/dsl/maker.rb', line 83

def base_type
  @base_type
end