Method: Moonrope::Structure#doc

Defined in:
lib/moonrope/structure.rb

#docBool

Returns should this structure be documented.

Returns:

  • (Bool)

    should this structure be documented



28
29
30
# File 'lib/moonrope/structure.rb', line 28

def doc
  @doc
end