Class: Sink::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/sink.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



13
14
15
# File 'lib/sink.rb', line 13

def base_url
  @base_url
end

#open_timeoutObject

Returns the value of attribute open_timeout

Returns:

  • (Object)

    the current value of open_timeout



13
14
15
# File 'lib/sink.rb', line 13

def open_timeout
  @open_timeout
end

#read_timeoutObject

Returns the value of attribute read_timeout

Returns:

  • (Object)

    the current value of read_timeout



13
14
15
# File 'lib/sink.rb', line 13

def read_timeout
  @read_timeout
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



13
14
15
# File 'lib/sink.rb', line 13

def token
  @token
end