Class: Raml::Documentation

Inherits:
Object
  • Object
show all
Defined in:
lib/raml/documentation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



3
4
5
# File 'lib/raml/documentation.rb', line 3

def content
  @content
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/raml/documentation.rb', line 3

def title
  @title
end