Class: MediumExport::Content::Image

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-medium_export/content.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



4
5
6
# File 'lib/middleman-medium_export/content.rb', line 4

def location
  @location
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



4
5
6
# File 'lib/middleman-medium_export/content.rb', line 4

def src
  @src
end