class Teapi::Configuration
Constants
- OPTIONS
Attributes
host[RW]
http_open_timeout[RW]
http_read_timeout[RW]
port[RW]
secure[RW]
sync_key[RW]
sync_secret[RW]
Public Class Methods
new()
click to toggle source
# File lib/teapi/configuration.rb, line 10 def initialize @port = 443 @secure = true @http_open_timeout = 10 @http_read_timeout = 10 end