Class CIM::Array
In: lib/cim/type.rb
Parent: Type

Array represents an array of identical typed value

Methods

==   array?   new   to_s  

Attributes

size  [R] 

Public Class methods

Arrays are initialized by size and type Passing 0 (zero) as the size creates an unlimited array

Public Instance methods

An array is equal to any other array, regardless of the enclosed type

returns a string representation of the array type

[Validate]