Class: Crystalline::Array

Inherits:
Object
  • Object
show all
Defined in:
lib/crystalline/types.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeObject

Returns the value of attribute inner_type.



9
10
11
# File 'lib/crystalline/types.rb', line 9

def inner_type
  @inner_type
end