Class: ProjectPresenter::AnchorData

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/project_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_modifierObject

Returns the value of attribute class_modifier

Returns:

  • (Object)

    the current value of class_modifier



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def class_modifier
  @class_modifier
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def data
  @data
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def icon
  @icon
end

Returns the value of attribute is_link

Returns:

  • (Object)

    the current value of is_link



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def is_link
  @is_link
end

#itempropObject

Returns the value of attribute itemprop

Returns:

  • (Object)

    the current value of itemprop



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def itemprop
  @itemprop
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def label
  @label
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



20
21
22
# File 'app/presenters/project_presenter.rb', line 20

def link
  @link
end