Class: Base
- Inherits:
-
Object
- Object
- Base
- Defined in:
- lib/zapix/proxies/base.rb
Direct Known Subclasses
Actions, Applications, HostGroups, Hostinterfaces, Hosts, Scenarios, Templates, Triggers, Usergroups, Users
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(client) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/zapix/proxies/base.rb', line 4 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
2 3 4 |
# File 'lib/zapix/proxies/base.rb', line 2 def client @client end |