Class: Jazzy::SourceDeclaration

Inherits:
Object
  • Object
show all
Defined in:
lib/jazzy/source_declaration.rb,
lib/jazzy/source_declaration/type.rb

Defined Under Namespace

Classes: Type

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract.



12
13
14
# File 'lib/jazzy/source_declaration.rb', line 12

def abstract
  @abstract
end

#childrenObject

Returns the value of attribute children.



15
16
17
# File 'lib/jazzy/source_declaration.rb', line 15

def children
  @children
end

#columnObject

Returns the value of attribute column.



8
9
10
# File 'lib/jazzy/source_declaration.rb', line 8

def column
  @column
end

#declarationObject

Returns the value of attribute declaration.



11
12
13
# File 'lib/jazzy/source_declaration.rb', line 11

def declaration
  @declaration
end

#discussionObject

Returns the value of attribute discussion.



13
14
15
# File 'lib/jazzy/source_declaration.rb', line 13

def discussion
  @discussion
end

#fileObject

Returns the value of attribute file.



6
7
8
# File 'lib/jazzy/source_declaration.rb', line 6

def file
  @file
end

#lineObject

Returns the value of attribute line.



7
8
9
# File 'lib/jazzy/source_declaration.rb', line 7

def line
  @line
end

#markObject

Returns the value of attribute mark.



18
19
20
# File 'lib/jazzy/source_declaration.rb', line 18

def mark
  @mark
end

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/jazzy/source_declaration.rb', line 10

def name
  @name
end

#parametersObject

Returns the value of attribute parameters.



16
17
18
# File 'lib/jazzy/source_declaration.rb', line 16

def parameters
  @parameters
end

#returnObject

Returns the value of attribute return.



14
15
16
# File 'lib/jazzy/source_declaration.rb', line 14

def return
  @return
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/jazzy/source_declaration.rb', line 5

def type
  @type
end

#urlObject

Returns the value of attribute url.



17
18
19
# File 'lib/jazzy/source_declaration.rb', line 17

def url
  @url
end

#usrObject

Returns the value of attribute usr.



9
10
11
# File 'lib/jazzy/source_declaration.rb', line 9

def usr
  @usr
end