class Slodd::Local

Attributes

path[RW]

Public Class Methods

new(attrs) click to toggle source
# File lib/slodd/local.rb, line 6
def initialize(attrs)
  self.path = attrs.fetch(:path)
end

Public Instance Methods

schema() click to toggle source
# File lib/slodd/local.rb, line 10
def schema
  File.read(path)
end