Class: Dieses::Application::Mixins::Lines::ClassMethods::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/dieses/application/mixins/lines.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



8
9
10
# File 'lib/dieses/application/mixins/lines.rb', line 8

def after
  @after
end

#stepObject

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



8
9
10
# File 'lib/dieses/application/mixins/lines.rb', line 8

def step
  @step
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



8
9
10
# File 'lib/dieses/application/mixins/lines.rb', line 8

def style
  @style
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



8
9
10
# File 'lib/dieses/application/mixins/lines.rb', line 8

def tags
  @tags
end