Method: Id#initialize
- Defined in:
- lib/r43/id.rb
#initialize ⇒ Id
Returns a new instance of Id.
13 14 15 16 |
# File 'lib/r43/id.rb', line 13 def initialize() # just to initialize the object, we'll always feed the attributes # in some other way end |