module AwsExtensions::ELB::BackendServerDescription
Public Instance Methods
<=>(other)
click to toggle source
Implement comparison by using instance port
# File lib/aws_extensions/elb/BackendServerDescription.rb, line 6 def <=>(other) self.instance_port <=> other.instance_port end