Class: Varanus::RestResource

Inherits:
Object
  • Object
show all
Defined in:
lib/varanus/rest_resource.rb

Overview

An abstract class for rest resources Rest resources should not be initialized directly. They should be created by methods on Varanus

Direct Known Subclasses

DCV, Domain, Organization, SSL

Instance Method Summary collapse

Constructor Details

#initialize(varanus) ⇒ RestResource

:nodoc:



8
9
10
# File 'lib/varanus/rest_resource.rb', line 8

def initialize varanus
  @varanus = varanus
end