Module: Client
Instance Attribute Summary collapse
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#url_base ⇒ Object
Returns the value of attribute url_base.
Instance Attribute Details
#protocol ⇒ Object
Returns the value of attribute protocol.
7 8 9 |
# File 'lib/http_client.rb', line 7 def protocol @protocol end |
#url_base ⇒ Object
Returns the value of attribute url_base.
7 8 9 |
# File 'lib/http_client.rb', line 7 def url_base @url_base end |