Class: MCLib::EventFactory::Chat

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

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/mclib/event_factory.rb', line 8

def text
  @text
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



8
9
10
# File 'lib/mclib/event_factory.rb', line 8

def username
  @username
end