Skip to content

Commit

Permalink
Fix reader
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Jul 21, 2020
1 parent b53dc13 commit c09f93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def item_type_class
# Represents an enum, and store is valid values
class Enum < Primitive
attr_reader :values
attr_reader :display_values_in_docs
attr_reader :skip_docs_values

def validate
super
Expand Down

0 comments on commit c09f93e

Please sign in to comment.