Class: DroidProj::Android::Resources::WriteOp
- Inherits:
-
Object
- Object
- DroidProj::Android::Resources::WriteOp
- Defined in:
- lib/droidproj/res.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#content ⇒ Object
Returns the value of attribute content.
Instance Method Summary collapse
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at.
25 26 27 |
# File 'lib/droidproj/res.rb', line 25 def at @at end |
#content ⇒ Object
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 |