swagger-api/swagger-codegen
在 GitHub 查看undefined method build_from_hash in Enum data type
Open
#4,848 建立於 2017年2月24日
Client: RubyFeature: EnumIssue: BugIssue: Workaround availablehelp wanted
倉庫指標
- Star
- (12,701 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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

can somebody help me?