class SgtnClient::StringUtil
Attributes
locale[RW]
Public Class Methods
new(str, locale)
click to toggle source
Calls superclass method
# File lib/sgtn-client/util/string-util.rb, line 6 def initialize(str, locale) super(str) @locale = locale end