Class: Dieses::Application::Mixins::Lines::ClassMethods::Cross
- Inherits:
-
Struct
- Object
- Struct
- Dieses::Application::Mixins::Lines::ClassMethods::Cross
- Defined in:
- lib/dieses/application/mixins/lines.rb
Instance Attribute Summary collapse
-
#angle ⇒ Object
Returns the value of attribute angle.
-
#style ⇒ Object
Returns the value of attribute style.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#angle ⇒ Object
Returns the value of attribute angle
18 19 20 |
# File 'lib/dieses/application/mixins/lines.rb', line 18 def angle @angle end |
#style ⇒ Object
Returns the value of attribute style
18 19 20 |
# File 'lib/dieses/application/mixins/lines.rb', line 18 def style @style end |
#tags ⇒ Object
Returns the value of attribute tags
18 19 20 |
# File 'lib/dieses/application/mixins/lines.rb', line 18 def @tags end |