Class: Netrc::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



237
238
239
# File 'lib/netrc.rb', line 237

def 
  @login
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



237
238
239
# File 'lib/netrc.rb', line 237

def password
  @password
end