192件ヒット
[1-100件を表示]
(0.135秒)
ライブラリ
- openssl (24)
-
rdoc
/ markup (12) -
rexml
/ document (36) -
rubygems
/ specification (120)
クラス
-
Gem
:: Specification (120) -
OpenSSL
:: X509 :: Attribute (24) -
RDoc
:: Markup (12) -
REXML
:: Attribute (24) -
REXML
:: Attributes (12)
キーワード
-
array
_ attribute (12) -
array
_ attributes (12) -
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
- new (72)
-
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12)
検索結果
先頭5件
-
Gem
:: Specification . attribute(name) -> () (24202.0) -
デフォルト値を指定したアクセサを定義するために使用します。
...フォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読... -
Gem
:: Specification . required _ attribute(name , default = nil) -> () (18308.0) -
必須の属性を作成します。
...必須の属性を作成します。
@param name 属性名を指定します。
@param default デフォルト値を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . required _ attribute?(name) -> bool (18302.0) -
必須属性であれば真を返します。
...必須属性であれば真を返します。
@param name 属性名を指定します。... -
Gem
:: Specification . required _ attributes -> Array (18301.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
Gem
:: Specification . array _ attributes -> Array (12301.0) -
@@array_attributes の複製を返します。
...@@array_attributes の複製を返します。
@see Object#dup... -
Gem
:: Specification . array _ attribute(name) -> () (12224.0) -
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
...Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
@param name 属性の名前を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . attribute _ alias _ singular(singular , plural) -> () (12208.0) -
既に存在する複数形の属性の単数形バージョンを定義します。
...うに定義すると
attribute_alias_singular :require_path, :require_paths
# こう書くかわりに
s.require_paths = ['mylib']
# こう書くことができます。
s.require_path = 'mylib'
@param singular 属性名の単数形を指定します。
@param plural 属性名の複数... -
Gem
:: Specification . attribute _ defaults -> Array (12202.0) -
@todo
...@todo
@@attributes の複製を返します。... -
Gem
:: Specification . attribute _ names -> Array (12202.0) -
属性名の配列を返します。
属性名の配列を返します。