るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.083秒)
トップページ > 種類:クラス[x] > クエリ:Attributes[x]

別のキーワード

  1. rexml/document attributes
  2. attributes <<
  3. attributes []
  4. uri attributes
  5. attributes new

ライブラリ

キーワード

検索結果

REXML::Attributes (18013.0)

属性の集合を表すクラスです。

...属性の集合を表すクラスです。

REXML::Element#attributes はこのクラスのオブジェクトを返します。
各属性には REXML::Attributes#[] でアクセスします。...

OpenSSL::Config (7.0)

OpenSSL の設定ファイルを表すクラスです。

...require 'openssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
p conf.sections # => ["req_distinguished_name", "req_attributes", "proxy_cert_ext", "policy_anything", "CA_default", ...]
p conf.get_value("", "HOME") # => "."
p conf.get_value("CA_default", "default_days...

OpenSSL::X509::Attribute (7.0)

X.509 証明書署名要求の attribute を表すクラスです。

...X.509 証明書署名要求の attribute を表すクラスです。

OpenSSL::X509::Request#attributes で取り出すことや、
OpenSSL::X509::Request#add_attribute で追加することができます。...

REXML::Element (7.0)

XML の要素(エレメント、element)を表すクラス。

...XML の要素(エレメント、element)を表すクラス。

要素は
* 子要素(children)
* 属性(attributes)
* 名前(name)
を持つものとして特徴付けられます。

また、要素はある別の要素の子となることもできます。...