Class: BitClust::IncludeGraph::Condition

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitclust/include_graph.rb

Overview

版条件。kind は :since / :until / :if。 version は :since/:until ではバージョン文字列、:if では条件式文字列。

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



17
18
19
# File 'lib/bitclust/include_graph.rb', line 17

def kind
  @kind
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



17
18
19
# File 'lib/bitclust/include_graph.rb', line 17

def version
  @version
end