Class: Kward::Skills::Capture::Draft
- Inherits:
-
Struct
- Object
- Struct
- Kward::Skills::Capture::Draft
- Defined in:
- lib/kward/skills/capture.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
14 15 16 |
# File 'lib/kward/skills/capture.rb', line 14 def content @content end |
#description ⇒ Object
Returns the value of attribute description
14 15 16 |
# File 'lib/kward/skills/capture.rb', line 14 def description @description end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/kward/skills/capture.rb', line 14 def name @name end |
#source_path ⇒ Object
Returns the value of attribute source_path
14 15 16 |
# File 'lib/kward/skills/capture.rb', line 14 def source_path @source_path end |