class Tankerkoenig::OpeningTime
Attributes
end[R]
start[R]
text[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/tankerkoenig/opening_time.rb, line 5 def initialize(attributes) @text = attributes[:text] @start = attributes[:start] @end = attributes[:end] end