Class: Gliffynator::Objects
- Inherits:
-
Array
- Object
- Array
- Gliffynator::Objects
- Defined in:
- lib/gliffynator/objects.rb
Instance Attribute Summary collapse
-
#global_id_counter ⇒ Object
Returns the value of attribute global_id_counter.
Instance Method Summary collapse
-
#initialize ⇒ Objects
constructor
A new instance of Objects.
Constructor Details
#initialize ⇒ Objects
Returns a new instance of Objects.
5 6 7 8 |
# File 'lib/gliffynator/objects.rb', line 5 def initialize @global_id_counter = 1001 super end |
Instance Attribute Details
#global_id_counter ⇒ Object
Returns the value of attribute global_id_counter.
3 4 5 |
# File 'lib/gliffynator/objects.rb', line 3 def global_id_counter @global_id_counter end |