Class: Prigner::Template::Option

Inherits:
Struct
  • Object
show all
Defined in:
lib/prigner/template.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#binding

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



18
19
20
# File 'lib/prigner/template.rb', line 18

def description
  @description
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



18
19
20
# File 'lib/prigner/template.rb', line 18

def enabled
  @enabled
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



18
19
20
# File 'lib/prigner/template.rb', line 18

def files
  @files
end