Class: MarkdownServer::Unhide::Rule
- Inherits:
-
Struct
- Object
- Struct
- MarkdownServer::Unhide::Rule
- Defined in:
- lib/markdown_server/unhide.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#segments ⇒ Object
Returns the value of attribute segments.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
3 4 5 |
# File 'lib/markdown_server/unhide.rb', line 3 def kind @kind end |
#segments ⇒ Object
Returns the value of attribute segments
3 4 5 |
# File 'lib/markdown_server/unhide.rb', line 3 def segments @segments end |