Sha256: f38aed19d8e53faa3ebbd4933cdd111215f7cb699cf9eb438ffb06ebef718141
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
# coding: utf-8 module Thinreports module Core::Shape class ImageBlock::Format < Basic::BlockFormat config_reader position_x: %w( position-x ), position_y: %w( position-y ) end end end
Version data entries
3 entries across 3 versions & 1 rubygems