るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.068秒)

別のキーワード

  1. rexml/document attributes
  2. attributes <<
  3. attributes add
  4. attributes []

ライブラリ

検索結果

REXML::Attributes.new(element) -> REXML::Attributes (21231.0)

空の Attributes オブジェクトを生成します。

...空の Attributes オブジェクトを生成します。

どの要素の属性であるかを element で指定します。

通常は REXML::Element.new によって Attributes オブジェクト
が生成されるため、このメソッドを使う必要はありません。

@param element 属...

OpenSSL::ASN1::ObjectId.register(oid, short_name, long_name) -> true (19.0)

オブジェクト識別子に対応する名前(short name と long name)を OpenSSLの内部テーブルに登録します。

...OpenSSL::ASN1::ObjectId.register(
"2.5.29.9", "subjectDirAttrs", "X509v3 Subject Directory Attributes")
p OpenSSL::ASN1::ObjectId.new("2.5.29.9").long_name
# => "X509v3 Subject Directory Attributes"

@param oid 登録する識別子(ドット区切り数字表記の文字列)
@param short_n...