Class: Avo::Concerns::Breadcrumbs::Crumb

Inherits:
Data
  • Object
show all
Defined in:
lib/avo/concerns/breadcrumbs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatarObject (readonly)

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



18
19
20
# File 'lib/avo/concerns/breadcrumbs.rb', line 18

def avatar
  @avatar
end

#iconObject (readonly)

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



18
19
20
# File 'lib/avo/concerns/breadcrumbs.rb', line 18

def icon
  @icon
end

#initialsObject (readonly)

Returns the value of attribute initials

Returns:

  • (Object)

    the current value of initials



18
19
20
# File 'lib/avo/concerns/breadcrumbs.rb', line 18

def initials
  @initials
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



18
19
20
# File 'lib/avo/concerns/breadcrumbs.rb', line 18

def path
  @path
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



18
19
20
# File 'lib/avo/concerns/breadcrumbs.rb', line 18

def title
  @title
end