Class: Rentvine::Occupant

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

Instance Method Summary collapse

Methods inherited from RentvineModel

#error?, #to_rentvine_hash

Constructor Details

#initialize(data = {}) ⇒ Occupant

Returns a new instance of Occupant.



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

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