Class: Middleman::Sitemap::ManipulatorDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-core/sitemap/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_nameObject

Returns the value of attribute custom_name

Returns:

  • (Object)

    the current value of custom_name



53
54
55
# File 'lib/middleman-core/sitemap/store.rb', line 53

def custom_name
  @custom_name
end

#manipulatorObject

Returns the value of attribute manipulator

Returns:

  • (Object)

    the current value of manipulator



53
54
55
# File 'lib/middleman-core/sitemap/store.rb', line 53

def manipulator
  @manipulator
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



53
54
55
# File 'lib/middleman-core/sitemap/store.rb', line 53

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



53
54
55
# File 'lib/middleman-core/sitemap/store.rb', line 53

def priority
  @priority
end