module Rails::RFC6570::Extensions::JourneyRoute
Public Instance Methods
Source
# File lib/rails/rfc6570.rb, line 82 def to_rfc6570(**opts) @rfc6570_formatter ||= RFC6570::Formatter.new(self) @rfc6570_formatter.evaluate(**opts) end
# File lib/rails/rfc6570.rb, line 82 def to_rfc6570(**opts) @rfc6570_formatter ||= RFC6570::Formatter.new(self) @rfc6570_formatter.evaluate(**opts) end