Class: Docuseal::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



14
15
16
# File 'lib/docuseal.rb', line 14

def key
  @key
end

#open_timeoutObject

Returns the value of attribute open_timeout

Returns:

  • (Object)

    the current value of open_timeout



14
15
16
# File 'lib/docuseal.rb', line 14

def open_timeout
  @open_timeout
end

#read_timeoutObject

Returns the value of attribute read_timeout

Returns:

  • (Object)

    the current value of read_timeout



14
15
16
# File 'lib/docuseal.rb', line 14

def read_timeout
  @read_timeout
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



14
15
16
# File 'lib/docuseal.rb', line 14

def url
  @url
end