Class: Moc::Controller::Move

Inherits:
Struct
  • Object
show all
Defined in:
lib/moc/controller/playlist.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



17
18
19
# File 'lib/moc/controller/playlist.rb', line 17

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



17
18
19
# File 'lib/moc/controller/playlist.rb', line 17

def to
  @to
end