Class: Lita::Handler::ConfigOption
- Inherits:
-
Struct
- Object
- Struct
- Lita::Handler::ConfigOption
- Defined in:
- lib/lita/ext/handler.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
(also: #required?)
Returns the value of attribute required.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
25 26 27 |
# File 'lib/lita/ext/handler.rb', line 25 def default @default end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/lita/ext/handler.rb', line 25 def name @name end |
#required ⇒ Object Also known as: required?
Returns the value of attribute required
25 26 27 |
# File 'lib/lita/ext/handler.rb', line 25 def required @required end |