Class: Karper::Message::Registration

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



9
10
11
# File 'lib/karper/message.rb', line 9

def invitation_token
  @invitation_token
end

#newtObject

Returns the value of attribute newt

Returns:

  • (Object)

    the current value of newt



9
10
11
# File 'lib/karper/message.rb', line 9

def newt
  @newt
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



9
10
11
# File 'lib/karper/message.rb', line 9

def nick
  @nick
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



9
10
11
# File 'lib/karper/message.rb', line 9

def timestamp
  @timestamp
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



9
10
11
# File 'lib/karper/message.rb', line 9

def user_id
  @user_id
end