class CampfireChat::Engineer

Attributes

name[R]

Public Class Methods

new(attributes={}) click to toggle source
# File lib/campfire_chat/engineer.rb, line 4
def initialize(attributes={})
  @name = attributes[:name]
end