Class: Ryext::Models::Status

Inherits:
Object
  • Object
show all
Extended by:
Finder
Includes:
Model
Defined in:
lib/ryext/models/status.rb

Constant Summary collapse

COLLECTION_KEY =
'statuses'
YEXT_ATTRIBUTES =
{
  location_id: 'locationId',
  site_id: 'siteId',
  status: 'status',
  url: 'url',
  screenshot_url: 'screenshotUrl',
  blocked_reasons_html: 'blockedReasonsHtml'
}

Class Method Summary collapse

Methods included from Finder

all, base_uri, base_url, collection_from, get, instance_klass

Methods included from Model

#build, included, #initialize, #instance_klass

Class Method Details

.default_path(params) ⇒ Object



8
9
10
# File 'lib/ryext/models/status.rb', line 8

def self.default_path(params)
  "/powerlistings/status"
end