| Class | Facebooker::Rails::Publisher::ImageHolder |
| In: |
lib/facebooker/rails/publisher.rb
|
| Parent: | Object |
work around the fact that facebook cares about the order of the keys in the hash
| href | [RW] | |
| src | [RW] |
# File lib/facebooker/rails/publisher.rb, line 359 def initialize(src,href) self.src=src self.href=href end
# File lib/facebooker/rails/publisher.rb, line 364 def ==(other) self.src == other.src && self.href == other.href end