Class: Crystalline::Array
- Inherits:
-
Object
- Object
- Crystalline::Array
- Defined in:
- lib/crystalline/types.rb
Instance Attribute Summary collapse
-
#inner_type ⇒ Object
Returns the value of attribute inner_type.
Instance Method Summary collapse
-
#initialize(inner_type) ⇒ Array
constructor
A new instance of Array.
Constructor Details
#initialize(inner_type) ⇒ Array
Returns a new instance of Array.
11 12 13 |
# File 'lib/crystalline/types.rb', line 11 def initialize(inner_type) @inner_type = inner_type end |
Instance Attribute Details
#inner_type ⇒ Object
Returns the value of attribute inner_type.
9 10 11 |
# File 'lib/crystalline/types.rb', line 9 def inner_type @inner_type end |