class Riddl::Utils::Properties::HandlerBase
Overloadable and Backends
Public Class Methods
Source
# File lib/ruby/riddl/utils/properties.rb, line 47 def initialize(data) @data = data @property = nil end
Public Instance Methods
Source
# File lib/ruby/riddl/utils/properties.rb, line 51 def property(p) @property = p self end