class RedTrack::LoaderException

Attributes

information[R]

Public Class Methods

new(information) click to toggle source
# File lib/redtrack_loader.rb, line 15
def initialize(information)
  @information = information
end