Class: ObjectStorage::CDN::Concern::UrlResult

Inherits:
Struct
  • Object
show all
Defined in:
app/uploaders/object_storage/cdn.rb

Instance Attribute Summary collapse

Instance Attribute Details

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



13
14
15
# File 'app/uploaders/object_storage/cdn.rb', line 13

def url
  @url
end

#used_cdnObject

Returns the value of attribute used_cdn

Returns:

  • (Object)

    the current value of used_cdn



13
14
15
# File 'app/uploaders/object_storage/cdn.rb', line 13

def used_cdn
  @used_cdn
end