Class: Literal::Openapi::Property
- Inherits:
-
Property
- Object
- Property
- Literal::Openapi::Property
- Defined in:
- lib/literal/openapi/property.rb
Instance Attribute Summary collapse
-
#enum ⇒ Object
readonly
Returns the value of attribute enum.
-
#format ⇒ Object
readonly
Returns the value of attribute format.
-
#items_enum ⇒ Object
readonly
Returns the value of attribute items_enum.
Instance Attribute Details
#enum ⇒ Object (readonly)
Returns the value of attribute enum.
11 12 13 |
# File 'lib/literal/openapi/property.rb', line 11 def enum @enum end |
#format ⇒ Object (readonly)
Returns the value of attribute format.
11 12 13 |
# File 'lib/literal/openapi/property.rb', line 11 def format @format end |
#items_enum ⇒ Object (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 |