Class: Karper::Message::Invitation
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Invitation
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#invitation_token ⇒ Object
Returns the value of attribute invitation_token.
-
#newt ⇒ Object
Returns the value of attribute newt.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#invitation_token ⇒ Object
Returns the value of attribute invitation_token
6 7 8 |
# File 'lib/karper/message.rb', line 6 def invitation_token @invitation_token end |
#newt ⇒ Object
Returns the value of attribute newt
6 7 8 |
# File 'lib/karper/message.rb', line 6 def newt @newt end |
#nick ⇒ Object
Returns the value of attribute nick
6 7 8 |
# File 'lib/karper/message.rb', line 6 def nick @nick end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
6 7 8 |
# File 'lib/karper/message.rb', line 6 def @timestamp end |