Class: Supersaas::Appointment

Inherits:
BaseModel show all
Defined in:
lib/supersaas-api-client/models/appointment.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#attributes, #errors

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Supersaas::BaseModel

Instance Attribute Details

#addressObject

Returns the value of attribute address.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def address
  @address
end

#countryObject

Returns the value of attribute country.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def country
  @country
end

#created_byObject

Returns the value of attribute created_by.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def created_by
  @created_by
end

#created_onObject

Returns the value of attribute created_on.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def created_on
  @created_on
end

#deletedObject

Returns the value of attribute deleted.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def deleted
  @deleted
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def description
  @description
end

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def email
  @email
end

#field_1Object

Returns the value of attribute field_1.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def field_1
  @field_1
end

#field_1_rObject

Returns the value of attribute field_1_r.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def field_1_r
  @field_1_r
end

#field_2Object

Returns the value of attribute field_2.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def field_2
  @field_2
end

#field_2_rObject

Returns the value of attribute field_2_r.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def field_2_r
  @field_2_r
end

#finishObject

Returns the value of attribute finish.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def finish
  @finish
end

#formObject

Returns the value of attribute form.



9
10
11
# File 'lib/supersaas-api-client/models/appointment.rb', line 9

def form
  @form
end

#form_idObject

Returns the value of attribute form_id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def form_id
  @form_id
end

#full_nameObject

Returns the value of attribute full_name.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def id
  @id
end

#mobileObject

Returns the value of attribute mobile.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def mobile
  @mobile
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def phone
  @phone
end

#priceObject

Returns the value of attribute price.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def price
  @price
end

#res_nameObject

Returns the value of attribute res_name.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def res_name
  @res_name
end

#resource_idObject

Returns the value of attribute resource_id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def resource_id
  @resource_id
end

#schedule_idObject

Returns the value of attribute schedule_id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def schedule_id
  @schedule_id
end

#schedule_nameObject

Returns the value of attribute schedule_name.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def schedule_name
  @schedule_name
end

#service_idObject

Returns the value of attribute service_id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def service_id
  @service_id
end

#service_nameObject

Returns the value of attribute service_name.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def service_name
  @service_name
end

#slotObject

Returns the value of attribute slot.



9
10
11
# File 'lib/supersaas-api-client/models/appointment.rb', line 9

def slot
  @slot
end

#slot_idObject

Returns the value of attribute slot_id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def slot_id
  @slot_id
end

#startObject

Returns the value of attribute start.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def start
  @start
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def status
  @status
end

#super_fieldObject

Returns the value of attribute super_field.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def super_field
  @super_field
end

#updated_byObject

Returns the value of attribute updated_by.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def updated_by
  @updated_by
end

#updated_onObject

Returns the value of attribute updated_on.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def updated_on
  @updated_on
end

#user_idObject

Returns the value of attribute user_id.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def user_id
  @user_id
end

#waitlistedObject

Returns the value of attribute waitlisted.



5
6
7
# File 'lib/supersaas-api-client/models/appointment.rb', line 5

def waitlisted
  @waitlisted
end