Class: ArchSpec::MethodDefinition
- Inherits:
-
Data
- Object
- Data
- ArchSpec::MethodDefinition
- Defined in:
- lib/archspec/model.rb
Instance Attribute Summary collapse
-
#alias_target ⇒ Object
readonly
Returns the value of attribute alias_target.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
-
#signatures ⇒ Object
readonly
Returns the value of attribute signatures.
-
#visibility ⇒ Object
readonly
Returns the value of attribute visibility.
Instance Attribute Details
#alias_target ⇒ Object (readonly)
Returns the value of attribute alias_target
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def alias_target @alias_target end |
#location ⇒ Object (readonly)
Returns the value of attribute location
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def name @name end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def owner @owner end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def scope @scope end |
#signatures ⇒ Object (readonly)
Returns the value of attribute signatures
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def signatures @signatures end |
#visibility ⇒ Object (readonly)
Returns the value of attribute visibility
50 51 52 |
# File 'lib/archspec/model.rb', line 50 def visibility @visibility end |