Class: ProjectPresenter::AnchorData
- Inherits:
-
Struct
- Object
- Struct
- ProjectPresenter::AnchorData
- Defined in:
- app/presenters/project_presenter.rb
Instance Attribute Summary collapse
-
#class_modifier ⇒ Object
Returns the value of attribute class_modifier.
-
#data ⇒ Object
Returns the value of attribute data.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#is_link ⇒ Object
Returns the value of attribute is_link.
-
#itemprop ⇒ Object
Returns the value of attribute itemprop.
-
#label ⇒ Object
Returns the value of attribute label.
-
#link ⇒ Object
Returns the value of attribute link.
Instance Attribute Details
#class_modifier ⇒ Object
Returns the value of attribute class_modifier
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def class_modifier @class_modifier end |
#data ⇒ Object
Returns the value of attribute data
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def data @data end |
#icon ⇒ Object
Returns the value of attribute icon
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def icon @icon end |
#is_link ⇒ Object
Returns the value of attribute is_link
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def is_link @is_link end |
#itemprop ⇒ Object
Returns the value of attribute itemprop
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def itemprop @itemprop end |
#label ⇒ Object
Returns the value of attribute label
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def label @label end |
#link ⇒ Object
Returns the value of attribute link
22 23 24 |
# File 'app/presenters/project_presenter.rb', line 22 def link @link end |