Class: Karper::Message::Invitation

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

Instance Attribute Summary collapse

Instance Attribute Details

#invitation_tokenObject

Returns the value of attribute invitation_token

Returns:

  • (Object)

    the current value of invitation_token



6
7
8
# File 'lib/karper/message.rb', line 6

def invitation_token
  @invitation_token
end

#newtObject

Returns the value of attribute newt

Returns:

  • (Object)

    the current value of newt



6
7
8
# File 'lib/karper/message.rb', line 6

def newt
  @newt
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



6
7
8
# File 'lib/karper/message.rb', line 6

def nick
  @nick
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



6
7
8
# File 'lib/karper/message.rb', line 6

def timestamp
  @timestamp
end