Sha256: 285225dcd7f48cfbf76c2a15651f7a38c6c6727d0a4797a2cbe79e61a5bc80fb

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

module Toolhound

  # Class to parse GitHub repository owner and name from
  # URLs and to generate URLs
  class Project < Base
    attr_accessor :owner, :name, :id

    self.table_name   = "tblLocation"
    self.primary_key  = "intLocationID"

    # rename_attributes intLocationID: 'location_id'
    def inventory_items

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toolhound-ruby-1.0.4 lib/toolhound-ruby/project.rb