Class: Vial::Definition::Include
- Inherits:
-
Data
- Object
- Data
- Vial::Definition::Include
- Defined in:
- lib/vial/definition.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#overrides ⇒ Object
readonly
Returns the value of attribute overrides.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
8 9 10 |
# File 'lib/vial/definition.rb', line 8 def name @name end |
#overrides ⇒ Object (readonly)
Returns the value of attribute overrides
8 9 10 |
# File 'lib/vial/definition.rb', line 8 def overrides @overrides end |