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

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/avo/concerns/breadcrumbs.rb', line 20

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



20
21
22
# File 'lib/avo/concerns/breadcrumbs.rb', line 20

def path
  @path
end