Class: Karper::Message::CreateAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::CreateAuthentication
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#newt ⇒ Object
Returns the value of attribute newt.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#newt ⇒ Object
Returns the value of attribute newt
11 12 13 |
# File 'lib/karper/message.rb', line 11 def newt @newt end |
#password ⇒ Object
Returns the value of attribute password
11 12 13 |
# File 'lib/karper/message.rb', line 11 def password @password end |
#user_id ⇒ Object
Returns the value of attribute user_id
11 12 13 |
# File 'lib/karper/message.rb', line 11 def user_id @user_id end |