Class: CCTray::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/cctray.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



18
19
20
# File 'lib/cctray.rb', line 18

def kind
  @kind
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



18
19
20
# File 'lib/cctray.rb', line 18

def text
  @text
end