Method: GoodData::Schedule#==
- Defined in:
- lib/gooddata/models/schedule.rb
#==(other) ⇒ Object
528 529 530 |
# File 'lib/gooddata/models/schedule.rb', line 528 def ==(other) other.respond_to?(:uri) && other.uri == uri && other.respond_to?(:to_hash) && other.to_hash == to_hash end |