lib/haveapi/go_client/action.rb in haveapi-go-client-0.15.1 vs lib/haveapi/go_client/action.rb in haveapi-go-client-0.16.0

- old
+ new

@@ -111,9 +111,13 @@ end metadata && metadata.resolve_associations end + def <=>(other) + go_name <=> other.go_name + end + protected attr_reader :prefix def full_go_type names = []