lib/purecloud/models/trunk_base.rb in purecloud-0.28.0 vs lib/purecloud/models/trunk_base.rb in purecloud-0.29.1

- old
+ new

@@ -93,11 +93,11 @@ :'created_by' => :'String', :'state' => :'String', :'modified_by_app' => :'String', :'created_by_app' => :'String', :'trunk_metabase' => :'UriReference', - :'properties' => :'Hash<String, inline_response_200>', + :'properties' => :'Hash<String, Line_properties>', :'trunk_type' => :'String', :'managed' => :'BOOLEAN', :'self_uri' => :'String' } @@ -180,10 +180,10 @@ end # Custom attribute writer method checking allowed values (enum). def state=(state) - allowed_values = ["ACTIVE", "DELETED", "INACTIVE"] + allowed_values = ["ACTIVE", "INACTIVE", "DELETED"] if state && !allowed_values.include?(state) fail "invalid value for 'state', must be one of #{allowed_values}" end @state = state end