Class: BudMeta::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/bud/bud_meta.rb

Overview

Node.status is one of :init, :in_progress, :done

Instance Attribute Summary collapse

Instance Attribute Details

#already_negObject

Returns the value of attribute already_neg

Returns:

  • (Object)

    the current value of already_neg



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def already_neg
  @already_neg
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def edges
  @edges
end

#in_bodyObject

Returns the value of attribute in_body

Returns:

  • (Object)

    the current value of in_body



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def in_body
  @in_body
end

#in_lhsObject

Returns the value of attribute in_lhs

Returns:

  • (Object)

    the current value of in_lhs



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def in_lhs
  @in_lhs
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def status
  @status
end

#stratumObject

Returns the value of attribute stratum

Returns:

  • (Object)

    the current value of stratum



205
206
207
# File 'lib/bud/bud_meta.rb', line 205

def stratum
  @stratum
end