Class: Dieses::Application::Mixins::Lines::ClassMethods::Line
- Inherits:
-
Struct
- Object
- Struct
- Dieses::Application::Mixins::Lines::ClassMethods::Line
- Defined in:
- lib/dieses/application/mixins/lines.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
-
#step ⇒ Object
Returns the value of attribute step.
-
#style ⇒ Object
Returns the value of attribute style.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after
8 9 10 |
# File 'lib/dieses/application/mixins/lines.rb', line 8 def after @after end |
#step ⇒ Object
Returns the value of attribute step
8 9 10 |
# File 'lib/dieses/application/mixins/lines.rb', line 8 def step @step end |
#style ⇒ Object
Returns the value of attribute style
8 9 10 |
# File 'lib/dieses/application/mixins/lines.rb', line 8 def style @style end |
#tags ⇒ Object
Returns the value of attribute tags
8 9 10 |
# File 'lib/dieses/application/mixins/lines.rb', line 8 def @tags end |