class Diesel::Swagger::Property
Attributes
id[R]
Public Class Methods
new(id)
click to toggle source
Calls superclass method
# File lib/diesel/swagger/property.rb, line 8 def initialize(id) super() @id = id end