Class: Neutral::VotingBuilder::Elements::Span::Positive

Inherits:
Neutral::VotingBuilder::Elements::Span show all
Defined in:
lib/neutral/voting_builder/elements/span.rb

Instance Method Summary collapse

Methods inherited from Neutral::VotingBuilder::Elements::Span

#initialize

Constructor Details

This class inherits a constructor from Neutral::VotingBuilder::Elements::Span

Instance Method Details

#to_sObject



17
18
19
# File 'lib/neutral/voting_builder/elements/span.rb', line 17

def to_s
   :span, total, class: 'positive'
end