Class: RubyVPI::EdgeClass::Meth
- Inherits:
-
Struct
- Object
- Struct
- RubyVPI::EdgeClass::Meth
- Defined in:
- lib/ruby-vpi/core/edge-methods.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#info ⇒ Object
Returns the value of attribute info.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/ruby-vpi/core/edge-methods.rb', line 9 def body @body end |
#info ⇒ Object
Returns the value of attribute info
9 10 11 |
# File 'lib/ruby-vpi/core/edge-methods.rb', line 9 def info @info end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/ruby-vpi/core/edge-methods.rb', line 9 def name @name end |