Class: KDoc::Guarded::Guard
- Inherits:
-
Struct
- Object
- Struct
- KDoc::Guarded::Guard
- Defined in:
- lib/k_doc/mixins/guarded.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/k_doc/mixins/guarded.rb', line 8 def @message end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/k_doc/mixins/guarded.rb', line 8 def type @type end |