Class: RubyLabs::BitLab::NodeView

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

Instance Attribute Summary collapse

Instance Attribute Details

#circleObject

Returns the value of attribute circle

Returns:

  • (Object)

    the current value of circle



23
24
25
# File 'lib/bitlab.rb', line 23

def circle
  @circle
end

#ftextObject

Returns the value of attribute ftext

Returns:

  • (Object)

    the current value of ftext



23
24
25
# File 'lib/bitlab.rb', line 23

def ftext
  @ftext
end

#lsegObject

Returns the value of attribute lseg

Returns:

  • (Object)

    the current value of lseg



23
24
25
# File 'lib/bitlab.rb', line 23

def lseg
  @lseg
end

#rsegObject

Returns the value of attribute rseg

Returns:

  • (Object)

    the current value of rseg



23
24
25
# File 'lib/bitlab.rb', line 23

def rseg
  @rseg
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



23
24
25
# File 'lib/bitlab.rb', line 23

def text
  @text
end