class Defaulty::Property
Attributes
name[R]
summary[R]
type[R]
Public Class Methods
new(key, data)
click to toggle source
# File lib/defaulty.rb, line 38 def initialize(key, data) @name = key @summary = data['summary'] @type = data['type'] # TODO: add more properties end