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.
10 11 12 |
# File 'lib/crystalline/types.rb', line 10 def initialize(inner_type) @inner_type = inner_type end |
Instance Attribute Details
#inner_type ⇒ Object
Returns the value of attribute inner_type.
8 9 10 |
# File 'lib/crystalline/types.rb', line 8 def inner_type @inner_type end |