Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 302 Bytes

File metadata and controls

18 lines (12 loc) · 302 Bytes

Petstore::SpecialModelName

Properties

Name Type Description Notes
special_property_name Integer [optional]

Example

require 'petstore'

instance = Petstore::SpecialModelName.new(
  special_property_name: null
)