Class: Seatbelt::Synthesizers::Document
- Inherits:
-
Object
- Object
- Seatbelt::Synthesizers::Document
- Includes:
- Seatbelt::Synthesizer
- Defined in:
- lib/seatbelt/synthesizers/document.rb
Overview
Public: A Synthesizer that syncs a Seatbelt::Document based implementation class with a Seatbelt::Document proxy object
Instance Attribute Summary
Attributes included from Seatbelt::Synthesizer
Instance Method Summary collapse
-
#synthesizable_attributes ⇒ Object
The attributes to synthesize as Array.
Methods included from Seatbelt::Synthesizer
Instance Method Details
#synthesizable_attributes ⇒ Object
The attributes to synthesize as Array.
10 11 12 |
# File 'lib/seatbelt/synthesizers/document.rb', line 10 def synthesizable_attributes synthesizable_object.attributes.keys end |