Class: ActiveInTime::FacilityTypeCategory
- Inherits:
-
Object
- Object
- ActiveInTime::FacilityTypeCategory
- Defined in:
- lib/ait_connect/facility_type_category.rb
Instance Attribute Summary collapse
-
#json ⇒ Object
readonly
Returns the value of attribute json.
Instance Method Summary collapse
-
#id ⇒ Object
def fetch @json = @active_in_time.get(“timetables/##id”)[“timetable”] self end.
-
#initialize(active_in_time, json) ⇒ FacilityTypeCategory
constructor
A new instance of FacilityTypeCategory.
- #name ⇒ Object
Constructor Details
#initialize(active_in_time, json) ⇒ FacilityTypeCategory
Returns a new instance of FacilityTypeCategory.
5 6 7 |
# File 'lib/ait_connect/facility_type_category.rb', line 5 def initialize(active_in_time, json) @active_in_time, @json = active_in_time, json end |
Instance Attribute Details
#json ⇒ Object (readonly)
Returns the value of attribute json.
3 4 5 |
# File 'lib/ait_connect/facility_type_category.rb', line 3 def json @json end |
Instance Method Details
#id ⇒ Object
def fetch
@json = @active_in_time.get("timetables/#{id}")["timetable"]
self
end
14 15 16 |
# File 'lib/ait_connect/facility_type_category.rb', line 14 def id @json["id"] end |
#name ⇒ Object
18 19 20 |
# File 'lib/ait_connect/facility_type_category.rb', line 18 def name @json["name"] end |