Class: ConcurConnect::Itinerary

Inherits:
Object
  • Object
show all
Defined in:
lib/concur_connect/itinerary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#concur_idObject

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_dateObject

Returns the value of attribute end_date.



3
4
5
# File 'lib/concur_connect/itinerary.rb', line 3

def end_date
  @end_date
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/concur_connect/itinerary.rb', line 3

def name
  @name
end

#start_dateObject

Returns the value of attribute start_date.



3
4
5
# File 'lib/concur_connect/itinerary.rb', line 3

def start_date
  @start_date
end