Class: MCLib::EventFactory::Login

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

Instance Attribute Summary collapse

Instance Attribute Details

#coordinatesObject

Returns the value of attribute coordinates

Returns:

  • (Object)

    the current value of coordinates



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

def coordinates
  @coordinates
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



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

def ip
  @ip
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



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

def username
  @username
end