class Seatbelt::Synthesizers::Document

Public: A Synthesizer that syncs a Seatbelt::Document based implementation class with a Seatbelt::Document proxy object

Public Instance Methods

synthesizable_attributes() click to toggle source

The attributes to synthesize as Array.

# File lib/seatbelt/synthesizers/document.rb, line 10
def synthesizable_attributes
  synthesizable_object.attributes.keys
end