module Ethon::Easy::Options

This module contains the logic and knowledge about the available options on easy.

Attributes

url[R]

Public Instance Methods

url=(value) click to toggle source
# File lib/ethon/easy/options.rb, line 9
def url=(value)
  @url = value
  Curl.set_option(:url, value, handle)
end