Class: BitClust::RRDParser::Context::MethodAttributes
- Defined in:
- lib/bitclust/rrdparser.rb
Overview
method_attributes の返り値。
- flags: 裸語トークン(nomethod/undef)の集合。エントリ単位の属性 なので全シグネチャで同一であることを method_attributes が保証済み
- since_until: シグネチャ単位で束縛された since="X"/until="X" を { メソッド名 => { "since" => "X", "until" => "X" } } の形で保持する
Instance Attribute Summary collapse
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#since_until ⇒ Object
Returns the value of attribute since_until.
Instance Attribute Details
#flags ⇒ Object
Returns the value of attribute flags
537 538 539 |
# File 'lib/bitclust/rrdparser.rb', line 537 def flags @flags end |
#since_until ⇒ Object
Returns the value of attribute since_until
537 538 539 |
# File 'lib/bitclust/rrdparser.rb', line 537 def since_until @since_until end |