Class: OodCore::Job::ArrayIds
- Inherits:
-
Object
- Object
- OodCore::Job::ArrayIds
- Defined in:
- lib/ood_core/job/array_ids.rb
Instance Attribute Summary collapse
-
#ids ⇒ Object
readonly
Returns the value of attribute ids.
Instance Method Summary collapse
-
#initialize(spec_string) ⇒ ArrayIds
constructor
A new instance of ArrayIds.
Constructor Details
#initialize(spec_string) ⇒ ArrayIds
Returns a new instance of ArrayIds.
14 15 16 17 |
# File 'lib/ood_core/job/array_ids.rb', line 14 def initialize(spec_string) @ids = [] parse_spec_string(spec_string) end |
Instance Attribute Details
#ids ⇒ Object (readonly)
Returns the value of attribute ids.
13 14 15 |
# File 'lib/ood_core/job/array_ids.rb', line 13 def ids @ids end |