Module: TextVeloper

Included in:
AccountManager, Api
Defined in:
lib/text_veloper.rb,
lib/text_veloper/util.rb,
lib/text_veloper/version.rb,
lib/generators/text_veloper/initializer/initializer_generator.rb

Defined Under Namespace

Modules: Generators Classes: AccountManager, Api, ApiSelector, TextVeloperError

Constant Summary collapse

URL_BASE =
'http://api.textveloper.com/'
VERSION =
"0.0.3"

Instance Method Summary collapse

Instance Method Details

#url_base_for(concat_param) ⇒ Object



7
8
9
# File 'lib/text_veloper/util.rb', line 7

def url_base_for concat_param
  URL_BASE + concat_param.to_s + "/"
end