Class: Signable::Document
- Inherits:
-
Object
- Object
- Signable::Document
- Includes:
- Concerns::Model
- Defined in:
- lib/signable/document.rb
Instance Method Summary collapse
Methods included from Concerns::Model
#attributes=, #form_data, #initialize, #method_missing, #valid?
Methods included from Concerns::Column
#find_column, #required_column
Methods included from Concerns::Embed
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Signable::Concerns::Model
Instance Method Details
#page ⇒ Object
11 12 13 |
# File 'lib/signable/document.rb', line 11 def page pages.first end |