Class: OpenActive::Models::Schema::BusTrip
- Inherits:
-
Trip
show all
- Defined in:
- lib/openactive/models/schema/bus_trip.rb
Instance Attribute Summary collapse
Attributes inherited from Trip
#arrival_time, #departure_time, #itinerary, #offers, #part_of_trip, #provider, #sub_trip
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
#context, #id
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
#check_types, included
included, #to_h, #values
Instance Attribute Details
17
18
19
|
# File 'lib/openactive/models/schema/bus_trip.rb', line 17
def arrival_bus_stop
@arrival_bus_stop
end
|
#bus_name ⇒ String
29
30
31
|
# File 'lib/openactive/models/schema/bus_trip.rb', line 29
def bus_name
@bus_name
end
|
#bus_number ⇒ String
12
13
14
|
# File 'lib/openactive/models/schema/bus_trip.rb', line 12
def bus_number
@bus_number
end
|
23
24
25
|
# File 'lib/openactive/models/schema/bus_trip.rb', line 23
def departure_bus_stop
@departure_bus_stop
end
|
#type ⇒ String
7
8
9
|
# File 'lib/openactive/models/schema/bus_trip.rb', line 7
def type
"schema:BusTrip"
end
|