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.



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

def initialize(inner_type)
  @inner_type = inner_type
end

Instance Attribute Details

#inner_typeObject

Returns the value of attribute inner_type.



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

def inner_type
  @inner_type
end