Class: Igniter::Embed::Contractable::Config::CapabilityAttachment

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/igniter/embed/contractable/config.rb', line 8

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/igniter/embed/contractable/config.rb', line 8

def name
  @name
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



8
9
10
# File 'lib/igniter/embed/contractable/config.rb', line 8

def target
  @target
end