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