Class: Karper::Message::CreateAuthentication

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

Instance Attribute Summary collapse

Instance Attribute Details

#newtObject

Returns the value of attribute newt

Returns:

  • (Object)

    the current value of newt



11
12
13
# File 'lib/karper/message.rb', line 11

def newt
  @newt
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



11
12
13
# File 'lib/karper/message.rb', line 11

def password
  @password
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



11
12
13
# File 'lib/karper/message.rb', line 11

def user_id
  @user_id
end