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



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

def 
  @login
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



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

def password
  @password
end