Class: QB::Util::Resource

Inherits:
Object
  • Object
show all
Includes:
NRSER::Props::Immutable::InstanceVariables
Defined in:
lib/qb/util/resource.rb

Overview

Base class for QB "resources" - object representations of outside structures and concepts: things that live on disk, in remote systems or other runtimes.

Instance Method Summary collapse

Constructor Details

#initialize(values = {}) ⇒ Resource

Returns a new instance of Resource.



32
33
34
# File 'lib/qb/util/resource.rb', line 32

def initialize values = {}
  initialize_props values
end