Class: Jazzy::SourceDeclaration
- Inherits:
-
Object
- Object
- Jazzy::SourceDeclaration
- Defined in:
- lib/jazzy/source_declaration.rb
Instance Attribute Summary collapse
-
#abstract ⇒ Object
Returns the value of attribute abstract.
-
#children ⇒ Object
Returns the value of attribute children.
-
#column ⇒ Object
Returns the value of attribute column.
-
#declaration ⇒ Object
Returns the value of attribute declaration.
-
#discussion ⇒ Object
Returns the value of attribute discussion.
-
#file ⇒ Object
Returns the value of attribute file.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#kindName ⇒ Object
Returns the value of attribute kindName.
-
#kindNamePlural ⇒ Object
Returns the value of attribute kindNamePlural.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#return ⇒ Object
Returns the value of attribute return.
-
#url ⇒ Object
Returns the value of attribute url.
-
#usr ⇒ Object
Returns the value of attribute usr.
Instance Attribute Details
#abstract ⇒ Object
Returns the value of attribute abstract.
12 13 14 |
# File 'lib/jazzy/source_declaration.rb', line 12 def abstract @abstract end |
#children ⇒ Object
Returns the value of attribute children.
15 16 17 |
# File 'lib/jazzy/source_declaration.rb', line 15 def children @children end |
#column ⇒ Object
Returns the value of attribute column.
8 9 10 |
# File 'lib/jazzy/source_declaration.rb', line 8 def column @column end |
#declaration ⇒ Object
Returns the value of attribute declaration.
11 12 13 |
# File 'lib/jazzy/source_declaration.rb', line 11 def declaration @declaration end |
#discussion ⇒ Object
Returns the value of attribute discussion.
13 14 15 |
# File 'lib/jazzy/source_declaration.rb', line 13 def discussion @discussion end |
#file ⇒ Object
Returns the value of attribute file.
6 7 8 |
# File 'lib/jazzy/source_declaration.rb', line 6 def file @file end |
#kind ⇒ Object
Returns the value of attribute kind.
4 5 6 |
# File 'lib/jazzy/source_declaration.rb', line 4 def kind @kind end |
#kindName ⇒ Object
Returns the value of attribute kindName.
5 6 7 |
# File 'lib/jazzy/source_declaration.rb', line 5 def kindName @kindName end |
#kindNamePlural ⇒ Object
Returns the value of attribute kindNamePlural.
3 4 5 |
# File 'lib/jazzy/source_declaration.rb', line 3 def kindNamePlural @kindNamePlural end |
#line ⇒ Object
Returns the value of attribute line.
7 8 9 |
# File 'lib/jazzy/source_declaration.rb', line 7 def line @line end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/jazzy/source_declaration.rb', line 10 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters.
16 17 18 |
# File 'lib/jazzy/source_declaration.rb', line 16 def parameters @parameters end |
#return ⇒ Object
Returns the value of attribute return.
14 15 16 |
# File 'lib/jazzy/source_declaration.rb', line 14 def return @return end |
#url ⇒ Object
Returns the value of attribute url.
17 18 19 |
# File 'lib/jazzy/source_declaration.rb', line 17 def url @url end |
#usr ⇒ Object
Returns the value of attribute usr.
9 10 11 |
# File 'lib/jazzy/source_declaration.rb', line 9 def usr @usr end |