Class: Mingle::Http::ServerLocation
- Inherits:
-
BitGirder::Core::BitGirderClass
- Object
- BitGirder::Core::BitGirderClass
- Mingle::Http::ServerLocation
- Defined in:
- lib/mingle/http.rb
Constant Summary
Constants included from BitGirder::Core::BitGirderMethods
BitGirder::Core::BitGirderMethods::PARAM_TYPE_ARG, BitGirder::Core::BitGirderMethods::PARAM_TYPE_ENVVAR, BitGirder::Core::BitGirderMethods::PARAM_TYPE_KEY
Instance Method Summary collapse
Methods included from BitGirder::Core::BitGirderMethods
argv_to_argh, check_fail_prefix, class_name_to_sym, code, compares_to, console, ext_to_class_name, ext_to_sym, has_env, has_key, has_keys, nonnegative, not_nil, positive, raisef, set_from_key, set_var, split_argv, sym_to_cli_switch, sym_to_ext_id, to_bool, unpack_argv_array, unpack_argv_hash, warn
Methods included from BitGirder::Core::BitGirderStructure
Instance Method Details
#to_url ⇒ Object
20 21 22 |
# File 'lib/mingle/http.rb', line 20 def to_url "http://#{host}:#{port}#{uri}" end |