Class: Insika::Routing::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/routing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delegateObject (readonly)

Returns the value of attribute delegate

Returns:

  • (Object)

    the current value of delegate



35
36
37
# File 'lib/insika/routing.rb', line 35

def delegate
  @delegate
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



35
36
37
# File 'lib/insika/routing.rb', line 35

def description
  @description
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



35
36
37
# File 'lib/insika/routing.rb', line 35

def message
  @message
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



35
36
37
# File 'lib/insika/routing.rb', line 35

def name
  @name
end

#stuckObject (readonly)

Returns the value of attribute stuck

Returns:

  • (Object)

    the current value of stuck



35
36
37
# File 'lib/insika/routing.rb', line 35

def stuck
  @stuck
end