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