class Meteor::Attribute
Attribute
class (属性クラス)
@!attribute [rw] name
@return [String,Symbol] attribute name (名前)
@!attribute [rw] value
@return [String] attribute value (値)
@!attribute [rw] changed
@return [true,false] update flag (更新フラグ)
@!attribute [rw] removed
@return [true,false] delete flag (削除フラグ)
Attributes
changed[RW]
name[RW]
removed[RW]
value[RW]