Class: BitClust::RRDParser::Context::MethodAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



537
538
539
# File 'lib/bitclust/rrdparser.rb', line 537

def flags
  @flags
end

#since_untilObject

Returns the value of attribute since_until

Returns:

  • (Object)

    the current value of since_until



537
538
539
# File 'lib/bitclust/rrdparser.rb', line 537

def since_until
  @since_until
end