Class: MarkdownServer::Unhide::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/markdown_server/unhide.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



3
4
5
# File 'lib/markdown_server/unhide.rb', line 3

def kind
  @kind
end

#segmentsObject

Returns the value of attribute segments

Returns:

  • (Object)

    the current value of segments



3
4
5
# File 'lib/markdown_server/unhide.rb', line 3

def segments
  @segments
end