Class: AtCoderFriends::Generator::Attributes
- Inherits:
-
Struct
- Object
- Struct
- AtCoderFriends::Generator::Attributes
- Defined in:
- lib/at_coder_friends/generator/base.rb
Instance Attribute Summary collapse
-
#file_ext ⇒ Object
Returns the value of attribute file_ext.
-
#fragments ⇒ Object
Returns the value of attribute fragments.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#file_ext ⇒ Object
Returns the value of attribute file_ext
8 9 10 |
# File 'lib/at_coder_friends/generator/base.rb', line 8 def file_ext @file_ext end |
#fragments ⇒ Object
Returns the value of attribute fragments
8 9 10 |
# File 'lib/at_coder_friends/generator/base.rb', line 8 def fragments @fragments end |
#template ⇒ Object
Returns the value of attribute template
8 9 10 |
# File 'lib/at_coder_friends/generator/base.rb', line 8 def template @template end |