Module: AwsExtensions::ELB::BackendServerDescription

Defined in:
lib/aws_extensions/elb/BackendServerDescription.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object

Implement comparison by using instance port



6
7
8
# File 'lib/aws_extensions/elb/BackendServerDescription.rb', line 6

def <=>(other)
  self.instance_port <=> other.instance_port
end