Class: OutroRails::CagedController::ChordEntry
- Inherits:
-
Struct
- Object
- Struct
- OutroRails::CagedController::ChordEntry
- Defined in:
- app/controllers/outro_rails/caged_controller.rb
Instance Attribute Summary collapse
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#positions ⇒ Object
Returns the value of attribute positions.
-
#quality ⇒ Object
Returns the value of attribute quality.
-
#root_positions ⇒ Object
Returns the value of attribute root_positions.
-
#shape ⇒ Object
Returns the value of attribute shape.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#extension ⇒ Object
Returns the value of attribute extension
15 16 17 |
# File 'app/controllers/outro_rails/caged_controller.rb', line 15 def extension @extension end |
#positions ⇒ Object
Returns the value of attribute positions
15 16 17 |
# File 'app/controllers/outro_rails/caged_controller.rb', line 15 def positions @positions end |
#quality ⇒ Object
Returns the value of attribute quality
15 16 17 |
# File 'app/controllers/outro_rails/caged_controller.rb', line 15 def quality @quality end |
#root_positions ⇒ Object
Returns the value of attribute root_positions
15 16 17 |
# File 'app/controllers/outro_rails/caged_controller.rb', line 15 def root_positions @root_positions end |
#shape ⇒ Object
Returns the value of attribute shape
15 16 17 |
# File 'app/controllers/outro_rails/caged_controller.rb', line 15 def shape @shape end |
#symbol ⇒ Object
Returns the value of attribute symbol
15 16 17 |
# File 'app/controllers/outro_rails/caged_controller.rb', line 15 def symbol @symbol end |