Class: Anydoc::ImageSource
- Inherits:
-
Data
- Object
- Data
- Anydoc::ImageSource
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#asset_id ⇒ Object
readonly
Returns the value of attribute asset_id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#asset_id ⇒ Object (readonly)
Returns the value of attribute asset_id
16 17 18 |
# File 'lib/anydoc.rb', line 16 def asset_id @asset_id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
16 17 18 |
# File 'lib/anydoc.rb', line 16 def kind @kind end |
#url ⇒ Object (readonly)
Returns the value of attribute url
16 17 18 |
# File 'lib/anydoc.rb', line 16 def url @url end |