swagger-api/swagger-codegen

undefined method build_from_hash in Enum data type

Open

#4848 aperta il 24 feb 2017

Vedi su GitHub
 (12 commenti) (2 reazioni) (0 assegnatari)HTML (5474 fork)batch import
Client: RubyFeature: EnumIssue: BugIssue: Workaround availablehelp wanted

Metriche repository

Star
 (12.701 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

screen shot 2017-02-24 at 9 09 23 pm

this is the AccountCategory class that has Enum data type

screen shot 2017-02-24 at 9 09 39 pm

can somebody help me?

Guida contributor