Class: StructuredData::BreadcrumbList::Item
- Inherits:
-
Struct
- Object
- Struct
- StructuredData::BreadcrumbList::Item
- Defined in:
- lib/structured_data.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/structured_data.rb', line 19 def name @name end |
#url ⇒ Object
Returns the value of attribute url
19 20 21 |
# File 'lib/structured_data.rb', line 19 def url @url end |