132件ヒット
[101-132件を表示]
(0.080秒)
ライブラリ
-
rexml
/ document (12) -
rubygems
/ specification (120)
クラス
-
Gem
:: Specification (120) -
REXML
:: Attribute (12)
キーワード
-
array
_ attribute (12) -
array
_ attributes (12) -
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
- new (12)
-
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12)
検索結果
先頭3件
-
Gem
:: Specification . attributes(*args) -> () (9101.0) -
複数の属性を一度に作成するために使用します。
複数の属性を一度に作成するために使用します。
各属性のデフォルト値は nil になります。
@param args 属性名を一つ以上指定します。 -
Gem
:: Specification . required _ attributes -> Array (9101.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
REXML
:: Attribute . new(attribute _ to _ clone , parent = nil) -> REXML :: Attribute (3335.0) -
新たな属性オブジェクトを生成します。
...新たな属性オブジェクトを生成します。
2種類の初期化が可能です。
REXML::Attribute オブジェクトを渡した場合は、
属性名とその値がそれから複製されます。
parent で新たに作られる属性オブジェクトが属する
要素が指定で......ます。
通常はこのメソッドは直接は使わず、REXML::Element#add_attribute などを
使うでしょう。
@param attribute_to_clone 複製元の REXML::Attribute オブジェクト
@param attribute 属性名
@param value 属性の値
@param parent 生成される属性が所属す...