Class: RubyVPI::EdgeClass::Meth

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby-vpi/core/edge-methods.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/ruby-vpi/core/edge-methods.rb', line 9

def body
  @body
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



9
10
11
# File 'lib/ruby-vpi/core/edge-methods.rb', line 9

def info
  @info
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/ruby-vpi/core/edge-methods.rb', line 9

def name
  @name
end