Class: KKGit::AutoFormat::Language
- Inherits:
-
Struct
- Object
- Struct
- KKGit::AutoFormat::Language
- Defined in:
- lib/kk/git/auto_format.rb
Instance Attribute Summary collapse
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#tools ⇒ Object
Returns the value of attribute tools.
Instance Attribute Details
#extensions ⇒ Object
Returns the value of attribute extensions
8 9 10 |
# File 'lib/kk/git/auto_format.rb', line 8 def extensions @extensions end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/kk/git/auto_format.rb', line 8 def id @id end |
#label ⇒ Object
Returns the value of attribute label
8 9 10 |
# File 'lib/kk/git/auto_format.rb', line 8 def label @label end |
#tools ⇒ Object
Returns the value of attribute tools
8 9 10 |
# File 'lib/kk/git/auto_format.rb', line 8 def tools @tools end |