class Kozo::Resource

Attributes

id[RW]
provider[RW]

Public Instance Methods

==(other) click to toggle source
# File lib/kozo/resource.rb, line 9
def ==(other)
  id == other.id
end