Class: Collavre::Creatives::Reorderer::LinkDropResult
- Inherits:
-
Struct
- Object
- Struct
- Collavre::Creatives::Reorderer::LinkDropResult
- Defined in:
- app/services/collavre/creatives/reorderer.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#new_creative ⇒ Object
Returns the value of attribute new_creative.
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
6 7 8 |
# File 'app/services/collavre/creatives/reorderer.rb', line 6 def direction @direction end |
#new_creative ⇒ Object
Returns the value of attribute new_creative
6 7 8 |
# File 'app/services/collavre/creatives/reorderer.rb', line 6 def new_creative @new_creative end |
#parent ⇒ Object
Returns the value of attribute parent
6 7 8 |
# File 'app/services/collavre/creatives/reorderer.rb', line 6 def parent @parent end |