Class: ArchSpec::MethodDefinition
- Inherits:
-
Data
- Object
- Data
- ArchSpec::MethodDefinition
- Defined in:
- lib/archspec/model.rb
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location
6 7 8 |
# File 'lib/archspec/model.rb', line 6 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/archspec/model.rb', line 6 def name @name end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
6 7 8 |
# File 'lib/archspec/model.rb', line 6 def owner @owner end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
6 7 8 |
# File 'lib/archspec/model.rb', line 6 def scope @scope end |