Class: Naver::Searchad::Api::ClientOptions
- Inherits:
-
Struct
- Object
- Struct
- Naver::Searchad::Api::ClientOptions
- Defined in:
- lib/naver/searchad/api/options.rb,
lib/naver/searchad/api/options.rb
Instance Attribute Summary collapse
-
#application_name ⇒ Object
Returns the value of attribute application_name.
-
#application_version ⇒ Object
Returns the value of attribute application_version.
-
#log_http_requests ⇒ Object
Returns the value of attribute log_http_requests.
-
#open_timeout_sec ⇒ Object
Returns the value of attribute open_timeout_sec.
-
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
-
#read_timeout_sec ⇒ Object
Returns the value of attribute read_timeout_sec.
-
#send_timeout_sec ⇒ Object
Returns the value of attribute send_timeout_sec.
Class Method Summary collapse
Instance Attribute Details
#application_name ⇒ Object
Returns the value of attribute application_name
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def application_name @application_name end |
#application_version ⇒ Object
Returns the value of attribute application_version
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def application_version @application_version end |
#log_http_requests ⇒ Object
Returns the value of attribute log_http_requests
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def log_http_requests @log_http_requests end |
#open_timeout_sec ⇒ Object
Returns the value of attribute open_timeout_sec
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def open_timeout_sec @open_timeout_sec end |
#proxy_url ⇒ Object
Returns the value of attribute proxy_url
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def proxy_url @proxy_url end |
#read_timeout_sec ⇒ Object
Returns the value of attribute read_timeout_sec
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def read_timeout_sec @read_timeout_sec end |
#send_timeout_sec ⇒ Object
Returns the value of attribute send_timeout_sec
10 11 12 |
# File 'lib/naver/searchad/api/options.rb', line 10 def send_timeout_sec @send_timeout_sec end |
Class Method Details
.default ⇒ Object
21 22 23 |
# File 'lib/naver/searchad/api/options.rb', line 21 def self.default @options ||= ClientOptions.new end |