るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.008秒)
トップページ > ライブラリ:uri[x] > クラス:URI::LDAP[x] > クエリ:scope[x]

別のキーワード

  1. rake scope_name
  2. uri scope
  3. uri scope=
  4. ldap scope
  5. task scope

キーワード

検索結果

URI::LDAP#scope -> String (18120.0)

自身の Scope を文字列で返します。

...自身の Scope を文字列で返します。...

URI::LDAP#scope=(s) (6126.0)

自身の Scope を文字列で設定します。

...自身の Scope を文字列で設定します。

@param s 自身の Scope を文字列で設定します。...

URI::LDAP.build(ary) -> URI::LDAP (15.0)

引数で与えられた URI 構成要素から URI::LDAP オブジェクトを生成します。 引数の正当性を検査します。

...数で与えられた URI 構成要素から URI::LDAP オブジェクトを生成します。
引数の正当性を検査します。

@param ary 構成要素を表す配列を与えます。要素は次の順です。
//emlist{
[:host, :port, :dn, :attributes, :scope, :filter, :extensions]
/...
...emlist{
:host, :port, :dn, :attributes, :scope, :filter, :extensions
//}
のいずれかです。

@raise URI::InvalidComponentError 各要素が適合しない場合に発生します。

例:
require 'uri'
p URI::LDAP.build(["example.com", "1", "/a", "b", "c", "d", "e=...

URI::LDAP.build(hash) -> URI::LDAP (15.0)

引数で与えられた URI 構成要素から URI::LDAP オブジェクトを生成します。 引数の正当性を検査します。

...数で与えられた URI 構成要素から URI::LDAP オブジェクトを生成します。
引数の正当性を検査します。

@param ary 構成要素を表す配列を与えます。要素は次の順です。
//emlist{
[:host, :port, :dn, :attributes, :scope, :filter, :extensions]
/...
...emlist{
:host, :port, :dn, :attributes, :scope, :filter, :extensions
//}
のいずれかです。

@raise URI::InvalidComponentError 各要素が適合しない場合に発生します。

例:
require 'uri'
p URI::LDAP.build(["example.com", "1", "/a", "b", "c", "d", "e=...