Class: Collavre::Creatives::Reorderer::LinkDropResult

Inherits:
Struct
  • Object
show all
Defined in:
app/services/collavre/creatives/reorderer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



6
7
8
# File 'app/services/collavre/creatives/reorderer.rb', line 6

def direction
  @direction
end

#new_creativeObject

Returns the value of attribute new_creative

Returns:

  • (Object)

    the current value of new_creative



6
7
8
# File 'app/services/collavre/creatives/reorderer.rb', line 6

def new_creative
  @new_creative
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



6
7
8
# File 'app/services/collavre/creatives/reorderer.rb', line 6

def parent
  @parent
end