Sha256: 7c154658fc56534f64eca0552c6008649a389ae772e3a70b7fe5d70a5ff3ce82

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

class Thingamajig
  class Area < OsaObject
    include Container

    def self.find_by(name:)
      Thingamajig::Area.new(Thingamajig.new.osa_object.areas[name])
    end

    def inspect
      "#<Thingamajig::Area '#{name}'>"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thingamajig-0.1.1 lib/thingamajig/area.rb