Class: LWS::Resource::Collection::Image
- Inherits:
-
Item
- Object
- Spyke::Base
- Generic::Model
- Item
- LWS::Resource::Collection::Image
- Defined in:
- lib/lws/apps/resource.rb
Overview
The collection image class
Instance Attribute Summary collapse
-
#data_url ⇒ String
The URL of the image.
-
#metadata ⇒ Hash
The metadata of the image.
Attributes inherited from Item
#collection, #collection_id, #name
Attributes inherited from Generic::Model
#created_at, #id, #updated_at, #url, #url_html
Method Summary
Methods inherited from Generic::Model
Instance Attribute Details
#data_url ⇒ String
Returns the URL of the image.
278 |
# File 'lib/lws/apps/resource.rb', line 278 attribute :data_url |
#metadata ⇒ Hash
Returns the metadata of the image.
282 |
# File 'lib/lws/apps/resource.rb', line 282 attribute :metadata |