Class: Netscaler::BaseRequest
- Inherits:
-
Object
- Object
- Netscaler::BaseRequest
- Includes:
- Logging
- Defined in:
- lib/netscaler/base_request.rb
Direct Known Subclasses
Server::Request, Service::Request, ServiceGroup::Request, VServer::Request
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ BaseRequest
constructor
A new instance of BaseRequest.
Methods included from Logging
Constructor Details
#initialize(client) ⇒ BaseRequest
Returns a new instance of BaseRequest.
9 10 11 |
# File 'lib/netscaler/base_request.rb', line 9 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
7 8 9 |
# File 'lib/netscaler/base_request.rb', line 7 def client @client end |