Method: Ag::Object#initialize
- Defined in:
- lib/ag/object.rb
#initialize(type, id) ⇒ Object
Returns a new instance of Object.
6 7 8 9 |
# File 'lib/ag/object.rb', line 6 def initialize(type, id) @type = type @id = id end |
Returns a new instance of Object.
6 7 8 9 |
# File 'lib/ag/object.rb', line 6 def initialize(type, id) @type = type @id = id end |