Class: ConcurConnect::Itinerary
- Inherits:
-
Object
- Object
- ConcurConnect::Itinerary
- Defined in:
- lib/concur_connect/itinerary.rb
Instance Attribute Summary collapse
-
#concur_id ⇒ Object
Returns the value of attribute concur_id.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Attribute Details
#concur_id ⇒ Object
Returns the value of attribute concur_id.
3 4 5 |
# File 'lib/concur_connect/itinerary.rb', line 3 def concur_id @concur_id end |
#end_date ⇒ Object
Returns the value of attribute end_date.
3 4 5 |
# File 'lib/concur_connect/itinerary.rb', line 3 def end_date @end_date end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/concur_connect/itinerary.rb', line 3 def name @name end |
#start_date ⇒ Object
Returns the value of attribute start_date.
3 4 5 |
# File 'lib/concur_connect/itinerary.rb', line 3 def start_date @start_date end |