るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.011秒)
トップページ > クエリ:attr[x] > 種類:関数[x]

別のキーワード

  1. module attr
  2. net/imap attr
  3. _builtin attr
  4. rdoc attr_modifiers
  5. etc sc_thread_attr_stackaddr

検索結果

static NODE * attrset(NODE *recv, ID id) (26101.0)

ID rb_id_attrset(ID id) (6101.0)

static VALUE rb_mod_attr(int argc, VALUE *argv, VALUE klass) (6101.0)

static VALUE rb_mod_attr_accessor(int argc, VALUE *argv, VALUE klass) (6101.0)

static VALUE rb_mod_attr_reader(int argc, VALUE *argv, VALUE klass) (6101.0)

絞り込み条件を変える

static VALUE rb_mod_attr_writer(int argc, VALUE *argv, VALUE klass) (6101.0)

void rb_attr(VALUE klass, ID id, int read, int write, int ex) (6101.0)

void rb_define_attr(VALUE klass, const char *name, int read, int write) (6101.0)

クラス klass にメソッド name と name= を定義します。 read が真のときは name を定義し、 write が真のときは name= を定義します。

クラス klass にメソッド name と name= を定義します。
read が真のときは name を定義し、
write が真のときは name= を定義します。