Method: Aspire::Object::Resource#url

Defined in:
lib/aspire/object/resource.rb

#urlString

Returns the URL of the resource.

Returns:

  • (String)

    the URL of the resource



240
241
242
# File 'lib/aspire/object/resource.rb', line 240

def url
  @url
end