72件ヒット
[1-72件を表示]
(0.070秒)
別のキーワード
ライブラリ
-
rexml
/ document (12) -
rubygems
/ specification (60)
クラス
-
Gem
:: Specification (60) -
REXML
:: Attributes (12)
キーワード
-
array
_ attributes (12) -
attribute
_ defaults (12) - new (12)
-
required
_ attributes (12)
検索結果
先頭5件
-
Gem
:: Specification . attributes(*args) -> () (24202.0) -
複数の属性を一度に作成するために使用します。
複数の属性を一度に作成するために使用します。
各属性のデフォルト値は nil になります。
@param args 属性名を一つ以上指定します。 -
Gem
:: Specification . attribute(name) -> () (18108.0) -
デフォルト値を指定したアクセサを定義するために使用します。
...フォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読... -
Gem
:: Specification . array _ attributes -> Array (12218.0) -
@@array_attributes の複製を返します。
...@@array_attributes の複製を返します。
@see Object#dup... -
Gem
:: Specification . required _ attributes -> Array (12202.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
REXML
:: Attributes . new(element) -> REXML :: Attributes (6224.0) -
空の Attributes オブジェクトを生成します。
...空の Attributes オブジェクトを生成します。
どの要素の属性であるかを element で指定します。
通常は REXML::Element.new によって Attributes オブジェクト
が生成されるため、このメソッドを使う必要はありません。
@param element 属... -
Gem
:: Specification . attribute _ defaults -> Array (6108.0) -
@todo
...@todo
@@attributes の複製を返します。...