Class: Amsi::Model::Lease

Inherits:
Base
  • Object
show all
Defined in:
lib/amsi/model/lease.rb

Defined Under Namespace

Modules: Status

Instance Attribute Summary collapse

Instance Attribute Details

#guest_cardObject

Returns the value of attribute guest_card.



53
54
55
# File 'lib/amsi/model/lease.rb', line 53

def guest_card
  @guest_card
end

#matched_guest_cardsObject



56
57
58
# File 'lib/amsi/model/lease.rb', line 56

def matched_guest_cards
  @matched_guest_cards ||= []
end

#occupantsObject

Returns the value of attribute occupants.



53
54
55
# File 'lib/amsi/model/lease.rb', line 53

def occupants
  @occupants
end