Class: JekyllSupport::MiniHref
- Inherits:
-
Struct
- Object
- Struct
- JekyllSupport::MiniHref
- Defined in:
- lib/href_tag.rb
Instance Attribute Summary collapse
-
#follow ⇒ Object
Returns the value of attribute follow.
-
#html ⇒ Object
Returns the value of attribute html.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#link ⇒ Object
Returns the value of attribute link.
-
#link_save ⇒ Object
Returns the value of attribute link_save.
-
#path ⇒ Object
Returns the value of attribute path.
-
#summary_exclude ⇒ Object
Returns the value of attribute summary_exclude.
-
#summary_href ⇒ Object
Returns the value of attribute summary_href.
Instance Attribute Details
#follow ⇒ Object
Returns the value of attribute follow
15 16 17 |
# File 'lib/href_tag.rb', line 15 def follow @follow end |
#html ⇒ Object
Returns the value of attribute html
15 16 17 |
# File 'lib/href_tag.rb', line 15 def html @html end |
#line_number ⇒ Object
Returns the value of attribute line_number
15 16 17 |
# File 'lib/href_tag.rb', line 15 def line_number @line_number end |
#link ⇒ Object
Returns the value of attribute link
15 16 17 |
# File 'lib/href_tag.rb', line 15 def link @link end |
#link_save ⇒ Object
Returns the value of attribute link_save
15 16 17 |
# File 'lib/href_tag.rb', line 15 def link_save @link_save end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/href_tag.rb', line 15 def path @path end |
#summary_exclude ⇒ Object
Returns the value of attribute summary_exclude
15 16 17 |
# File 'lib/href_tag.rb', line 15 def summary_exclude @summary_exclude end |
#summary_href ⇒ Object
Returns the value of attribute summary_href
15 16 17 |
# File 'lib/href_tag.rb', line 15 def summary_href @summary_href end |