Module: VzaarApi::Lib::HasResourceUrl::InstanceMethods
- Defined in:
- lib/vzaar_api/lib/has_resource_url.rb
Instance Method Summary collapse
Instance Method Details
#resource_url(path = nil, scope_id = nil) ⇒ Object
11 12 13 |
# 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 |