Class: Agency

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/onebusaway_ruby_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agency_idObject

Returns the value of attribute agency_id.



7
8
9
# File 'lib/onebusaway_ruby_data.rb', line 7

def agency_id
  @agency_id
end

#disclaimerObject

Returns the value of attribute disclaimer.



11
12
13
# File 'lib/onebusaway_ruby_data.rb', line 11

def disclaimer
  @disclaimer
end

#langObject

Returns the value of attribute lang.



13
14
15
# File 'lib/onebusaway_ruby_data.rb', line 13

def lang
  @lang
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/onebusaway_ruby_data.rb', line 12

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



9
10
11
# File 'lib/onebusaway_ruby_data.rb', line 9

def phone
  @phone
end

#private_serviceObject

Returns the value of attribute private_service.



8
9
10
# File 'lib/onebusaway_ruby_data.rb', line 8

def private_service
  @private_service
end

#timezoneObject

Returns the value of attribute timezone.



10
11
12
# File 'lib/onebusaway_ruby_data.rb', line 10

def timezone
  @timezone
end

#urlObject

Returns the value of attribute url.



14
15
16
# File 'lib/onebusaway_ruby_data.rb', line 14

def url
  @url
end