fixup! Working with stub classes

This commit is contained in:
nemunaire 2016-07-10 23:05:50 +02:00
parent 7c13541e3a
commit 9492de0767
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Condition:
class Folder:
def __init__(self, id, search_id, trip_ids, arrival_date, cents, travel_class, comfort, created_at, has_round_trip_fare, arrival_station_id, system, departure_date, is_sellable, is_birthdate_required, flexibility, digest, direction, currency, departure_station_id, is_only_possible_travel_class=False):
def __init__(self, id, search_id, trip_ids, arrival_date, cents, travel_class, comfort, created_at, has_round_trip_fare, arrival_station_id, system, departure_date, is_sellable, is_birthdate_required, flexibility, digest, direction, currency, departure_station_id, is_phone_number_mandatory=False, is_only_possible_travel_class=False, has_fetchable_options=False, has_mandatory_fetchable_options=False, fetchable_options_hints=[], required_identification_documents=False, reference_folders=[]):
pass