class IEX::Errors::InvalidSymbolsList
Attributes
response[R]
symbols[R]
Public Class Methods
new(symbols, response)
click to toggle source
Calls superclass method
# File lib/iex/errors/invalid_symbols_list.rb, line 7 def initialize(symbols, response) @response = response @symbols = symbols super "Invalid symbol list: #{symbols.join(',')}" end