class RamlParser::Model::Documentation
Attributes
content[RW]
title[RW]
Public Class Methods
new(title = nil, content = nil)
click to toggle source
# File lib/raml_parser/model.rb, line 133 def initialize(title = nil, content = nil) @title = title @content = content end