Class: Signable::Envelope

Inherits:
Base
  • Object
show all
Defined in:
lib/signable/envelope.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

Methods included from Concerns::Query

#persisted?, #save

Dynamic Method Handling

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

Instance Method Details

#deleteObject



17
18
19
# File 'lib/signable/envelope.rb', line 17

def delete
  raise "not available"
end

#updateObject



13
14
15
# File 'lib/signable/envelope.rb', line 13

def update
  raise "not available"
end