Skip to content
Kward Search API index

Class: Kward::Skills::Capture::Draft

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/skills/capture.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



14
15
16
# File 'lib/kward/skills/capture.rb', line 14

def content
  @content
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



14
15
16
# File 'lib/kward/skills/capture.rb', line 14

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/kward/skills/capture.rb', line 14

def name
  @name
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



14
15
16
# File 'lib/kward/skills/capture.rb', line 14

def source_path
  @source_path
end