Class: ProxyRb::UserPasswords::EnvironmentUserPassword

Inherits:
Object
  • Object
show all
Includes:
Contracts::Builtin, Contracts::Core
Defined in:
lib/proxy_rb/user_passwords/environment_user_password.rb

Overview

Be a password from environment

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ EnvironmentUserPassword

Returns a new instance of EnvironmentUserPassword.



17
18
19
# File 'lib/proxy_rb/user_passwords/environment_user_password.rb', line 17

def initialize(response)
  @response = response
end

Instance Method Details

#to_sObject



25
26
27
# File 'lib/proxy_rb/user_passwords/environment_user_password.rb', line 25

def to_s
  response.to_s
end