Class: Igniter::Embed::Contractable::Config::CapabilityAttachment
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Embed::Contractable::Config::CapabilityAttachment
- Defined in:
- lib/igniter/embed/contractable/config.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/igniter/embed/contractable/config.rb', line 8 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/igniter/embed/contractable/config.rb', line 8 def name @name end |
#target ⇒ Object
Returns the value of attribute target
8 9 10 |
# File 'lib/igniter/embed/contractable/config.rb', line 8 def target @target end |