Class: BudMeta::Edge

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

Instance Attribute Summary collapse

Instance Attribute Details

#negObject

Returns the value of attribute neg

Returns:

  • (Object)

    the current value of neg



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

def neg
  @neg
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



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

def op
  @op
end

#temporalObject

Returns the value of attribute temporal

Returns:

  • (Object)

    the current value of temporal



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

def temporal
  @temporal
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end