Class: Igniter::Embed::Config::ContractRegistration
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Embed::Config::ContractRegistration
- Defined in:
- lib/igniter/embed/config.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
6 7 8 |
# File 'lib/igniter/embed/config.rb', line 6 def definition @definition end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/igniter/embed/config.rb', line 6 def name @name end |