Class: AtCoderFriends::Generator::Attributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/at_coder_friends/generator/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_extObject

Returns the value of attribute file_ext

Returns:

  • (Object)

    the current value of file_ext



8
9
10
# File 'lib/at_coder_friends/generator/base.rb', line 8

def file_ext
  @file_ext
end

#fragmentsObject

Returns the value of attribute fragments

Returns:

  • (Object)

    the current value of fragments



8
9
10
# File 'lib/at_coder_friends/generator/base.rb', line 8

def fragments
  @fragments
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



8
9
10
# File 'lib/at_coder_friends/generator/base.rb', line 8

def template
  @template
end