るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem directories
  5. specification full_gem_path

ライブラリ

クラス

検索結果

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

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

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

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

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

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

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

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

@see Object#dup...

Gem::Specification.required_attributes -> Array (12101.0)

必須属性のリストを返します。

必須属性のリストを返します。

Gem::Specification.attribute(name) -> () (6006.0)

デフォルト値を指定したアクセサを定義するために使用します。

...フォルト値を指定したアクセサを定義するために使用します。

以下の副作用があります。

* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読...

Gem::Specification.attribute_defaults -> Array (6006.0)

@todo

...@todo

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

絞り込み条件を変える