class CurrencyLayer::MissingArgumentException
Attributes
argument[RW]
Public Class Methods
new(argument)
click to toggle source
# File lib/currency_conversion/missing_argument_exception.rb, line 7 def initialize(argument) self.argument = argument end