Class: Literal::Openapi::Property

Inherits:
Property
  • Object
show all
Defined in:
lib/literal/openapi/property.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enumObject (readonly)

Returns the value of attribute enum.



11
12
13
# File 'lib/literal/openapi/property.rb', line 11

def enum
  @enum
end

#formatObject (readonly)

Returns the value of attribute format.



11
12
13
# File 'lib/literal/openapi/property.rb', line 11

def format
  @format
end

#items_enumObject (readonly)

Returns the value of attribute items_enum.



11
12
13
# File 'lib/literal/openapi/property.rb', line 11

def items_enum
  @items_enum
end