Class: RailsSitemap::ImageEntry

Inherits:
Struct
  • Object
show all
Defined in:
app/models/rails_sitemap/image_entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coordinatesObject

Returns the value of attribute coordinates

Returns:

  • (Object)

    the current value of coordinates



2
3
4
# File 'app/models/rails_sitemap/image_entry.rb', line 2

def coordinates
  @coordinates
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'app/models/rails_sitemap/image_entry.rb', line 2

def title
  @title
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



2
3
4
# File 'app/models/rails_sitemap/image_entry.rb', line 2

def updated_at
  @updated_at
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'app/models/rails_sitemap/image_entry.rb', line 2

def url
  @url
end