class Kozo::Providers::HCloud::Provider

Attributes

key[RW]

Public Instance Methods

==(other) click to toggle source
# File lib/kozo/providers/hcloud/provider.rb, line 11
def ==(other)
  key == other.key
end