module VzaarApi::Lib::HasResourceUrl::InstanceMethods

Public Instance Methods

resource_url(path = nil, scope_id = nil) click to toggle source
# File lib/vzaar_api/lib/has_resource_url.rb, line 11
def resource_url(path = nil, scope_id = nil)
  self.class.resource_url(path, scope_id)
end