Class: Signable::Document

Inherits:
Object
  • Object
show all
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

#find_embed

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Signable::Concerns::Model

Instance Method Details

#pageObject



11
12
13
# File 'lib/signable/document.rb', line 11

def page
  pages.first
end