Class: Cloudflared::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/cloudflared/objects/image.rb

Instance Method Summary collapse

Methods inherited from Object

#initialize, #to_ostruct

Constructor Details

This class inherits a constructor from Cloudflared::Object

Instance Method Details

#<=>(other) ⇒ Object



7
8
9
# File 'lib/cloudflared/objects/image.rb', line 7

def <=>(other)
  id <=> other.id
end

#inspectObject



3
4
5
# File 'lib/cloudflared/objects/image.rb', line 3

def inspect
  "Image id=#{id}, filename=#{filename}"
end