Class: Breadcrumb::Crumb

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/breadcrumb.rb', line 26

def name
  @name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



26
27
28
# File 'lib/breadcrumb.rb', line 26

def params
  @params
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



26
27
28
# File 'lib/breadcrumb.rb', line 26

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



26
27
28
# File 'lib/breadcrumb.rb', line 26

def url
  @url
end