Class: Igniter::Embed::Config::ContractRegistration

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter/embed/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



6
7
8
# File 'lib/igniter/embed/config.rb', line 6

def definition
  @definition
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/igniter/embed/config.rb', line 6

def name
  @name
end