Class: ArchSpec::MethodDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



6
7
8
# File 'lib/archspec/model.rb', line 6

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/archspec/model.rb', line 6

def name
  @name
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



6
7
8
# File 'lib/archspec/model.rb', line 6

def owner
  @owner
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



6
7
8
# File 'lib/archspec/model.rb', line 6

def scope
  @scope
end