Class: Nis
- Inherits:
-
Object
- Object
- Nis
- Extended by:
- Forwardable
- Includes:
- Endpoint::Heartbeat, Endpoint::Status
- Defined in:
- lib/nis.rb,
lib/nis/error.rb,
lib/nis/version.rb
Overview
API Ruby Wrapper for NEM Infrastructure Server
Defined Under Namespace
Modules: Endpoint, Unit, Util Classes: Client, Error, Struct
Constant Summary collapse
- VERSION =
'0.0.2'.freeze
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Nis
constructor
A new instance of Nis.
Methods included from Endpoint::Status
Methods included from Endpoint::Heartbeat
Constructor Details
#initialize(options = {}) ⇒ Nis
Returns a new instance of Nis.
21 22 23 |
# File 'lib/nis.rb', line 21 def initialize( = {}) @client = Client.new() end |