Method: DataCatalog::BrokenLink.create

Defined in:
lib/resources/broken_link.rb

.create(params = {}) ⇒ Object



9
10
11
# File 'lib/resources/broken_link.rb', line 9

def self.create(params={})
  one(http_post(uri, :body => params))
end