Class: Restool::Settings::Models::Service
- Inherits:
-
Struct
- Object
- Struct
- Restool::Settings::Models::Service
- Defined in:
- lib/restool/settings/models.rb
Instance Attribute Summary collapse
-
#basic_auth ⇒ Object
Returns the value of attribute basic_auth.
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
-
#operations ⇒ Object
Returns the value of attribute operations.
-
#opts ⇒ Object
Returns the value of attribute opts.
-
#representations ⇒ Object
Returns the value of attribute representations.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
Instance Attribute Details
#basic_auth ⇒ Object
Returns the value of attribute basic_auth
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def basic_auth @basic_auth end |
#host ⇒ Object
Returns the value of attribute host
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def host @host end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def name @name end |
#operations ⇒ Object
Returns the value of attribute operations
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def operations @operations end |
#opts ⇒ Object
Returns the value of attribute opts
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def opts @opts end |
#representations ⇒ Object
Returns the value of attribute representations
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def representations @representations end |
#timeout ⇒ Object
Returns the value of attribute timeout
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def timeout @timeout end |
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl
7 8 9 |
# File 'lib/restool/settings/models.rb', line 7 def verify_ssl @verify_ssl end |