Sha256: 9c9bce1f486f728211bdaa76290353a342106f6378fc7c4c880e6ebab4006797
Contents?: true
Size: 544 Bytes
Versions: 7
Compression:
Stored size: 544 Bytes
Contents
module Ecoportal module API class V2 class Page class Component class SignatureField < Page::Component class << self def new_doc { "color" => "#000000" } end end passthrough :signed_by_id, :signed_by_name, :signature_url passdate :signature_updated_at passthrough :signature_content, :color end end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems