Class: Insika::Routing::Entry
- Inherits:
-
Data
- Object
- Data
- Insika::Routing::Entry
- Defined in:
- lib/insika/routing.rb
Instance Attribute Summary collapse
-
#delegate ⇒ Object
readonly
Returns the value of attribute delegate.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#stuck ⇒ Object
readonly
Returns the value of attribute stuck.
Instance Attribute Details
#delegate ⇒ Object (readonly)
Returns the value of attribute delegate
35 36 37 |
# File 'lib/insika/routing.rb', line 35 def delegate @delegate end |
#description ⇒ Object (readonly)
Returns the value of attribute description
35 36 37 |
# File 'lib/insika/routing.rb', line 35 def description @description end |
#message ⇒ Object (readonly)
Returns the value of attribute message
35 36 37 |
# File 'lib/insika/routing.rb', line 35 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
35 36 37 |
# File 'lib/insika/routing.rb', line 35 def name @name end |
#stuck ⇒ Object (readonly)
Returns the value of attribute stuck
35 36 37 |
# File 'lib/insika/routing.rb', line 35 def stuck @stuck end |