Class: MediumExport::Content::Image
- Inherits:
-
Struct
- Object
- Struct
- MediumExport::Content::Image
- Defined in:
- lib/middleman-medium_export/content.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
4 5 6 |
# File 'lib/middleman-medium_export/content.rb', line 4 def location @location end |
#src ⇒ Object
Returns the value of attribute src
4 5 6 |
# File 'lib/middleman-medium_export/content.rb', line 4 def src @src end |