Class: Middleman::Sitemap::ManipulatorDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Middleman::Sitemap::ManipulatorDescriptor
- Defined in:
- lib/middleman-core/sitemap/store.rb
Instance Attribute Summary collapse
-
#custom_name ⇒ Object
Returns the value of attribute custom_name.
-
#manipulator ⇒ Object
Returns the value of attribute manipulator.
-
#name ⇒ Object
Returns the value of attribute name.
-
#priority ⇒ Object
Returns the value of attribute priority.
Instance Attribute Details
#custom_name ⇒ Object
Returns the value of attribute custom_name
55 56 57 |
# File 'lib/middleman-core/sitemap/store.rb', line 55 def custom_name @custom_name end |
#manipulator ⇒ Object
Returns the value of attribute manipulator
55 56 57 |
# File 'lib/middleman-core/sitemap/store.rb', line 55 def manipulator @manipulator end |
#name ⇒ Object
Returns the value of attribute name
55 56 57 |
# File 'lib/middleman-core/sitemap/store.rb', line 55 def name @name end |
#priority ⇒ Object
Returns the value of attribute priority
55 56 57 |
# File 'lib/middleman-core/sitemap/store.rb', line 55 def priority @priority end |