Class: ArchSpec::MethodDefinition

Inherits:
Data
  • Object
show all
Defined in:
lib/archspec/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alias_targetObject (readonly)

Returns the value of attribute alias_target

Returns:

  • (Object)

    the current value of alias_target



50
51
52
# File 'lib/archspec/model.rb', line 50

def alias_target
  @alias_target
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



50
51
52
# File 'lib/archspec/model.rb', line 50

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



50
51
52
# File 'lib/archspec/model.rb', line 50

def name
  @name
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



50
51
52
# File 'lib/archspec/model.rb', line 50

def owner
  @owner
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



50
51
52
# File 'lib/archspec/model.rb', line 50

def scope
  @scope
end

#signaturesObject (readonly)

Returns the value of attribute signatures

Returns:

  • (Object)

    the current value of signatures



50
51
52
# File 'lib/archspec/model.rb', line 50

def signatures
  @signatures
end

#visibilityObject (readonly)

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



50
51
52
# File 'lib/archspec/model.rb', line 50

def visibility
  @visibility
end