You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im having an issue.
I am generating a json swagger into a ruby gem, the swagger JSOn contains Enum data type.
The generated class that has an Enum data type does not have build_from_hash method so it always get NoMethodError. the convert_to_type method always call build_from_hash method
this is the convert_to_type method
this is the AccountCategory class that has Enum data type