class DroidProj::Android::Resources::MoveOp

Attributes

from[RW]
to[RW]

Public Instance Methods

==(other) click to toggle source
# File lib/droidproj/res.rb, line 19
def ==(other)
  other.to == self.to && other.from == self.from
end