Class: Capitan::Performance

Inherits:
Object
  • Object
show all
Includes:
ObjectInitializer, ShowMethods
Defined in:
lib/capitan/performance.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ShowMethods

#alphabetical_title, #performances, #performances=, #venue, #venue=

Methods included from ObjectInitializer

#initialize

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def created_at
  @created_at
end

#dateObject

Returns the value of attribute date.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def date
  @date
end

#end_dateObject

Returns the value of attribute end_date.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def end_date
  @end_date
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def id
  @id
end

#mode_of_saleObject

Returns the value of attribute mode_of_sale.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def mode_of_sale
  @mode_of_sale
end

#non_ticketed_event_page_idObject

Returns the value of attribute non_ticketed_event_page_id.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def non_ticketed_event_page_id
  @non_ticketed_event_page_id
end

#notesObject

Returns the value of attribute notes.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def notes
  @notes
end

#on_saleObject

Returns the value of attribute on_sale.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def on_sale
  @on_sale
end

#parking_performance_idObject

Returns the value of attribute parking_performance_id.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def parking_performance_id
  @parking_performance_id
end

#production_page_idObject

Returns the value of attribute production_page_id.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def production_page_id
  @production_page_id
end

#restaurant_performance_idObject

Returns the value of attribute restaurant_performance_id.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def restaurant_performance_id
  @restaurant_performance_id
end

#start_dateObject

Returns the value of attribute start_date.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def start_date
  @start_date
end

#updated_atObject

Returns the value of attribute updated_at.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def updated_at
  @updated_at
end

#venue_idObject

Returns the value of attribute venue_id.



5
6
7
# File 'lib/capitan/performance.rb', line 5

def venue_id
  @venue_id
end