Libraries
»
zircon
(0.0.8)
»
Index
»
Zircon
»
Message
»
#type
Method: Zircon::Message#type
Defined in:
lib/zircon/message.rb
#
type
⇒
Object
27 28 29
# File 'lib/zircon/message.rb', line 27
def
type
@type
||=
@command
.
to_s
.
downcase
end