Class: DroidProj::Android::Resources::WriteOp

Inherits:
Object
  • Object
show all
Defined in:
lib/droidproj/res.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at.



25
26
27
# File 'lib/droidproj/res.rb', line 25

def at
  @at
end

#contentObject

Returns the value of attribute content.



25
26
27
# File 'lib/droidproj/res.rb', line 25

def content
  @content
end

Instance Method Details

#==(other) ⇒ Object



27
28
29
# File 'lib/droidproj/res.rb', line 27

def ==(other)
  other.at == self.at && other.content == self.content
end