Class: JekyllSupport::MiniHref

Inherits:
Struct
  • Object
show all
Defined in:
lib/href_tag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#followObject

Returns the value of attribute follow

Returns:

  • (Object)

    the current value of follow



15
16
17
# File 'lib/href_tag.rb', line 15

def follow
  @follow
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



15
16
17
# File 'lib/href_tag.rb', line 15

def html
  @html
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



15
16
17
# File 'lib/href_tag.rb', line 15

def line_number
  @line_number
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



15
16
17
# File 'lib/href_tag.rb', line 15

def link
  @link
end

Returns the value of attribute link_save

Returns:

  • (Object)

    the current value of link_save



15
16
17
# File 'lib/href_tag.rb', line 15

def link_save
  @link_save
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/href_tag.rb', line 15

def path
  @path
end

#summary_excludeObject

Returns the value of attribute summary_exclude

Returns:

  • (Object)

    the current value of summary_exclude



15
16
17
# File 'lib/href_tag.rb', line 15

def summary_exclude
  @summary_exclude
end

#summary_hrefObject

Returns the value of attribute summary_href

Returns:

  • (Object)

    the current value of summary_href



15
16
17
# File 'lib/href_tag.rb', line 15

def summary_href
  @summary_href
end