Method: Eid::Core#initialize
- Defined in:
- lib/eid/core.rb
#initialize(identity) ⇒ Core
Returns a new instance of Core.
9 10 11 |
# File 'lib/eid/core.rb', line 9 def initialize(identity) @identity = identity.to_s end |
Returns a new instance of Core.
9 10 11 |
# File 'lib/eid/core.rb', line 9 def initialize(identity) @identity = identity.to_s end |