Class: Fisk::Instructions::Instruction

Inherits:
Struct
  • Object
show all
Defined in:
lib/fisk/instructions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#formsObject

Returns the value of attribute forms

Returns:

  • (Object)

    the current value of forms



25
26
27
# File 'lib/fisk/instructions.rb', line 25

def forms
  @forms
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/fisk/instructions.rb', line 25

def name
  @name
end