Class: Fiona7::AttributeReaders::BinaryAsBinary
- Inherits:
-
AttributeReader
- Object
- AttributeReader
- Fiona7::AttributeReaders::BinaryAsBinary
- Defined in:
- lib/fiona7/attribute_readers/binary_as_binary.rb
Instance Method Summary collapse
Methods inherited from AttributeReader
Constructor Details
This class inherits a constructor from Fiona7::AttributeReaders::AttributeReader
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/fiona7/attribute_readers/binary_as_binary.rb', line 7 def call {id: Fiona7::BlobIdGenerator.new(self.obj.id, self.obj.last_changed).call} end |