Method: CampfireChat::Engineer#initialize
- Defined in:
- lib/campfire_chat/engineer.rb
#initialize(attributes = {}) ⇒ Engineer
Returns a new instance of Engineer.
4 5 6 |
# File 'lib/campfire_chat/engineer.rb', line 4 def initialize(attributes={}) @name = attributes[:name] end |