Class: Karper::Message::CreateRegistration
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::CreateRegistration
- 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.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#invitation_token ⇒ Object
Returns the value of attribute invitation_token
8 9 10 |
# File 'lib/karper/message.rb', line 8 def invitation_token @invitation_token end |
#newt ⇒ Object
Returns the value of attribute newt
8 9 10 |
# File 'lib/karper/message.rb', line 8 def newt @newt end |
#password ⇒ Object
Returns the value of attribute password
8 9 10 |
# File 'lib/karper/message.rb', line 8 def password @password end |