Class: Docuseal::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Docuseal::Configuration
- Defined in:
- lib/docuseal.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#open_timeout ⇒ Object
Returns the value of attribute open_timeout.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
14 15 16 |
# File 'lib/docuseal.rb', line 14 def key @key end |
#open_timeout ⇒ Object
Returns the value of attribute open_timeout
14 15 16 |
# File 'lib/docuseal.rb', line 14 def open_timeout @open_timeout end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout
14 15 16 |
# File 'lib/docuseal.rb', line 14 def read_timeout @read_timeout end |
#url ⇒ Object
Returns the value of attribute url
14 15 16 |
# File 'lib/docuseal.rb', line 14 def url @url end |