Class: Booker::Models::ClassInstance

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/class_instance.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

constantize, from_hash, from_list, #initialize, time_from_booker_datetime, time_to_booker_datetime, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Booker::Models::Model

Instance Attribute Details

#EndDateTime ⇒ Object

Returns the value of attribute EndDateTime.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def EndDateTime
  @EndDateTime
end

#HasClassFilled ⇒ Object

Returns the value of attribute HasClassFilled.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def HasClassFilled
  @HasClassFilled
end

#ID ⇒ Object

Returns the value of attribute ID.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def ID
  @ID
end

#IsEnrollable ⇒ Object

Returns the value of attribute IsEnrollable.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def IsEnrollable
  @IsEnrollable
end

#IsForMembersOnly ⇒ Object

Returns the value of attribute IsForMembersOnly.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def IsForMembersOnly
  @IsForMembersOnly
end

#IsRecurring ⇒ Object

Returns the value of attribute IsRecurring.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def IsRecurring
  @IsRecurring
end

#IsSpecialEvent ⇒ Object

Returns the value of attribute IsSpecialEvent.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def IsSpecialEvent
  @IsSpecialEvent
end

#IsWorkshop ⇒ Object

Returns the value of attribute IsWorkshop.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def IsWorkshop
  @IsWorkshop
end

#ListAsSubstitute ⇒ Object

Returns the value of attribute ListAsSubstitute.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def ListAsSubstitute
  @ListAsSubstitute
end

#NumReserved ⇒ Object

Returns the value of attribute NumReserved.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def NumReserved
  @NumReserved
end

#Price ⇒ Object

Returns the value of attribute Price.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def Price
  @Price
end

#RoomName ⇒ Object

Returns the value of attribute RoomName.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def RoomName
  @RoomName
end

#SeriesID ⇒ Object

Returns the value of attribute SeriesID.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def SeriesID
  @SeriesID
end

#StartDateTime ⇒ Object

Returns the value of attribute StartDateTime.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def StartDateTime
  @StartDateTime
end

#Teacher ⇒ Object

Returns the value of attribute Teacher.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def Teacher
  @Teacher
end

#Teacher2 ⇒ Object

Returns the value of attribute Teacher2.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def Teacher2
  @Teacher2
end

#TotalCapacity ⇒ Object

Returns the value of attribute TotalCapacity.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def TotalCapacity
  @TotalCapacity
end

#Treatment ⇒ Object

Returns the value of attribute Treatment.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def Treatment
  @Treatment
end

#TreatmentDuration ⇒ Object

Returns the value of attribute TreatmentDuration.



4
5
6
# File 'lib/booker/models/class_instance.rb', line 4

def TreatmentDuration
  @TreatmentDuration
end