Class: Restool::Settings::Models::Service

Inherits:
Struct
  • Object
show all
Defined in:
lib/restool/settings/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#basic_authObject

Returns the value of attribute basic_auth

Returns:

  • (Object)

    the current value of basic_auth



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def basic_auth
  @basic_auth
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def host
  @host
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def name
  @name
end

#operationsObject

Returns the value of attribute operations

Returns:

  • (Object)

    the current value of operations



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def operations
  @operations
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def opts
  @opts
end

#representationsObject

Returns the value of attribute representations

Returns:

  • (Object)

    the current value of representations



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def representations
  @representations
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def timeout
  @timeout
end

#verify_sslObject

Returns the value of attribute verify_ssl

Returns:

  • (Object)

    the current value of verify_ssl



7
8
9
# File 'lib/restool/settings/models.rb', line 7

def verify_ssl
  @verify_ssl
end