Class: Rentvine::Application

Inherits:
RentvineModel show all
Defined in:
lib/rentvine/model/application.rb

Instance Method Summary collapse

Methods inherited from RentvineModel

#error?, #to_rentvine_hash

Constructor Details

#initialize(data = {}) ⇒ Application

Returns a new instance of Application.



3
4
5
# File 'lib/rentvine/model/application.rb', line 3

def initialize(data = {})
  super(data)
end