Sha256: d16651f2a6320741da063146ab5958ebf0e715ac6560b9198b87a3754f828281
Contents?: true
Size: 349 Bytes
Versions: 48
Compression:
Stored size: 349 Bytes
Contents
module RockRMS module Response class Block < Base MAP = { name: 'Name', block_type: 'BlockType', page_id: 'PageId' }.freeze def format_single(data) response = to_h(MAP, data) response[:block_type] = BlockType.format(response[:block_type]) response end end end end
Version data entries
48 entries across 48 versions & 1 rubygems