Module: VzaarApi::Lib::HasResourceUrl::ClassMethods
- Defined in:
- lib/vzaar_api/lib/has_resource_url.rb
Instance Method Summary collapse
Instance Method Details
#resource_url(path = nil) ⇒ Object
17 18 19 |
# File 'lib/vzaar_api/lib/has_resource_url.rb', line 17 def resource_url(path = nil) Api.resource_url self::ENDPOINT, path end |