lib/composio/models/plan.rb in composio-0.1.9 vs lib/composio/models/plan.rb in composio-0.1.10

- old
+ new

@@ -13,12 +13,13 @@ class Plan HOBBY = "HOBBY".freeze STARTER = "STARTER".freeze GROWTH = "GROWTH".freeze ENTERPRISE = "ENTERPRISE".freeze + STARTUP = "STARTUP".freeze def self.all_vars - @all_vars ||= [HOBBY, STARTER, GROWTH, ENTERPRISE].freeze + @all_vars ||= [HOBBY, STARTER, GROWTH, ENTERPRISE, STARTUP].freeze end # Builds the enum from string # @param [String] The enum value in the form of the string # @return [String] The enum value