るりまサーチ

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

別のキーワード

  1. rexml/document attributes
  2. attributes get_attribute
  3. httprequest attributes
  4. attributes each_attribute
  5. attributes prefixes

検索結果

<< 1 2 3 ... > >>

REXML::Element#attributes -> REXML::Attributes (24404.0)

要素が保持している属性の集合を返します。

要素が保持している属性の集合を返します。

Gem::Specification.attributes(*args) -> () (24202.0)

複数の属性を一度に作成するために使用します。

複数の属性を一度に作成するために使用します。

各属性のデフォルト値は nil になります。

@param args 属性名を一つ以上指定します。

OpenSSL::X509::Request#attributes -> [OpenSSL::X509::Attribute] (24202.0)

CSR が保持している attribute を OpenSSL::X509::Attribute の配列で返します。

CSR が保持している attribute を OpenSSL::X509::Attribute
の配列で返します。

attribute とは X.509 証明書署名要求 に含まれる申請者に関する
追加的な情報です。必須ではありません。X.509v3 拡張領域を
CSR に含めるときは "reqExt" という oid の attribute を追加
します。

@see OpenSSL::X509::Request#attribute=,
OpenSSL::X509::Request#add_attribute

RDoc::Context#attributes -> [RDoc::Attr] (24202.0)

追加された RDoc::Attr の配列を返します。

追加された RDoc::Attr の配列を返します。

URI::LDAP#attributes -> String (24202.0)

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

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

絞り込み条件を変える

WEBrick::HTTPRequest#attributes -> Hash (24202.0)

@todo ???

@todo ???

REXML::Attributes (24024.0)

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

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

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

REXML::DocType#attributes_of(element) -> [REXML::Attribute] (12238.0)

DTD 内の属性リスト宣言で、 element という名前の要素に対し宣言されている 属性の名前とデフォルト値を REXML::Attribute の配列で返します。

...CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
]>
EOS

p doctype.attributes_of("book")
# => [author='', title='', publisher='foobar publisher']
p doctype.attributes_of("book")[0].name # => "author"
p doctype.attributes_of("book")[0].value # => ""
//}...

Gem::Specification.array_attributes -> Array (12234.0)

@@array_attributes の複製を返します。

...@@array_attributes の複製を返します。

@see Object#dup...
<< 1 2 3 ... > >>