2019-03-25 22:44:05 +08:00

282 B

Petstore::Foo

Properties

Name Type Description Notes
bar String [optional] [default to 'bar']

Code Sample

require 'Petstore'

instance = Petstore::Foo.new(bar: null)