Class: Landslider::WsUser

Inherits:
WsEntity show all
Defined in:
lib/landslider/entities/ws_user.rb

Instance Attribute Summary collapse

Attributes inherited from WsEntity

#entity_id, #entity_name, #entity_type

Method Summary

Methods inherited from WsEntity

#soapify_for

Instance Attribute Details

#api_keyString (readonly)

Returns:

  • (String)


7
8
9
# File 'lib/landslider/entities/ws_user.rb', line 7

def api_key
  @api_key
end

#passwordString (readonly)

Returns:

  • (String)


7
8
9
# File 'lib/landslider/entities/ws_user.rb', line 7

def password
  @password
end

#usernameString (readonly)

Returns:

  • (String)


7
8
9
# File 'lib/landslider/entities/ws_user.rb', line 7

def username
  @username
end