Class: Signable::Envelope
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
Methods included from Concerns::Query
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Signable::Concerns::Model
Instance Method Details
#delete ⇒ Object
17 18 19 |
# File 'lib/signable/envelope.rb', line 17 def delete raise "not available" end |
#update ⇒ Object
13 14 15 |
# File 'lib/signable/envelope.rb', line 13 def update raise "not available" end |