class Hint

Attributes

href[RW]
options[RW]
step[RW]
text[RW]

Public Class Methods

new(step, text, href = '', options = {}) click to toggle source
# File lib/completion-progress/hint.rb, line 4
def initialize(step, text, href = '', options = {})
  @step = step
  @text = text
  @href = href
  @options = options
end