Class: Docco::Info
- Inherits:
-
Data
- Object
- Data
- Docco::Info
- Defined in:
- lib/docco.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#repo_url ⇒ Object
readonly
Returns the value of attribute repo_url.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
33 34 35 |
# File 'lib/docco.rb', line 33 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
33 34 35 |
# File 'lib/docco.rb', line 33 def name @name end |
#repo_url ⇒ Object (readonly)
Returns the value of attribute repo_url
33 34 35 |
# File 'lib/docco.rb', line 33 def repo_url @repo_url end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
33 34 35 |
# File 'lib/docco.rb', line 33 def summary @summary end |