Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 724 Bytes

File metadata and controls

20 lines (14 loc) · 724 Bytes

RankVectors::StepByStepInstructions

Properties

Name Type Description Notes
steps Array<String> Step-by-step instructions
html_example String HTML example of the implementation

Example

require 'rankvectors'

instance = RankVectors::StepByStepInstructions.new(
  steps: [&quot;Navigate to the page: https://example.com/page&quot;,&quot;Locate the text: &#39;Learn more about internal linking strategies.&#39;&quot;,&quot;Replace &#39;internal linking&#39; with a link to https://example.com/target&quot;],
  html_example: &lt;a href&#x3D;&quot;https://example.com/target&quot;&gt;internal linking&lt;/a&gt;
)