Sha256: 59b3fbedd0abce05a831529f8d763d3ebbe4b9305bf2a0df042a117645002084
Contents?: true
Size: 416 Bytes
Versions: 129
Compression:
Stored size: 416 Bytes
Contents
module Avo module Resources module Controls class LinkTo < BaseControl def initialize(**args) super(**args) end def path @args[:path] end def target @args[:target] || nil end def data @args[:data] || {} end def class @args[:class] || nil end end end end end
Version data entries
129 entries across 129 versions & 1 rubygems