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



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

def name
  @name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



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

def params
  @params
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end