Class: ExclusiveArc::Definition
- Inherits:
-
Object
- Object
- ExclusiveArc::Definition
- Defined in:
- lib/exclusive_arc/definition.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#reflections ⇒ Object
readonly
Returns the value of attribute reflections.
Instance Method Summary collapse
-
#initialize(reflections:, options:) ⇒ Definition
constructor
A new instance of Definition.
Constructor Details
#initialize(reflections:, options:) ⇒ Definition
Returns a new instance of Definition.
5 6 7 8 |
# File 'lib/exclusive_arc/definition.rb', line 5 def initialize(reflections:, options:) @reflections = reflections @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/exclusive_arc/definition.rb', line 3 def @options end |
#reflections ⇒ Object (readonly)
Returns the value of attribute reflections.
3 4 5 |
# File 'lib/exclusive_arc/definition.rb', line 3 def reflections @reflections end |