Class: Proxypool::Proxy
- Inherits:
-
Data
- Object
- Data
- Proxypool::Proxy
- Defined in:
- lib/proxypool.rb
Instance Attribute Summary collapse
-
#ip ⇒ Object
readonly
Returns the value of attribute ip.
-
#last_used_at ⇒ Object
readonly
Returns the value of attribute last_used_at.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#protocol ⇒ Object
readonly
Returns the value of attribute protocol.
-
#usage_count ⇒ Object
readonly
Returns the value of attribute usage_count.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
-
#valid ⇒ Object
readonly
Returns the value of attribute valid.
Instance Attribute Details
#ip ⇒ Object (readonly)
Returns the value of attribute ip
8 9 10 |
# File 'lib/proxypool.rb', line 8 def ip @ip end |
#last_used_at ⇒ Object (readonly)
Returns the value of attribute last_used_at
8 9 10 |
# File 'lib/proxypool.rb', line 8 def last_used_at @last_used_at end |
#password ⇒ Object (readonly)
Returns the value of attribute password
8 9 10 |
# File 'lib/proxypool.rb', line 8 def password @password end |
#port ⇒ Object (readonly)
Returns the value of attribute port
8 9 10 |
# File 'lib/proxypool.rb', line 8 def port @port end |
#protocol ⇒ Object (readonly)
Returns the value of attribute protocol
8 9 10 |
# File 'lib/proxypool.rb', line 8 def protocol @protocol end |
#usage_count ⇒ Object (readonly)
Returns the value of attribute usage_count
8 9 10 |
# File 'lib/proxypool.rb', line 8 def usage_count @usage_count end |
#username ⇒ Object (readonly)
Returns the value of attribute username
8 9 10 |
# File 'lib/proxypool.rb', line 8 def username @username end |
#valid ⇒ Object (readonly)
Returns the value of attribute valid
8 9 10 |
# File 'lib/proxypool.rb', line 8 def valid @valid end |