class QB::Util::Resource

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

Public Class Methods

new(values = {}) click to toggle source
# File lib/qb/util/resource.rb, line 32
def initialize values = {}
  initialize_props values
end