Class: Karper::Message::Authentication

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

Instance Attribute Summary collapse

Instance Attribute Details

#newtObject

Returns the value of attribute newt

Returns:

  • (Object)

    the current value of newt



12
13
14
# File 'lib/karper/message.rb', line 12

def newt
  @newt
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



12
13
14
# File 'lib/karper/message.rb', line 12

def nick
  @nick
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



12
13
14
# File 'lib/karper/message.rb', line 12

def timestamp
  @timestamp
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



12
13
14
# File 'lib/karper/message.rb', line 12

def user_id
  @user_id
end