Class: Neutral::VotingBuilder::Elements::Span::Negative

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



23
24
25
# File 'lib/neutral/voting_builder/elements/span.rb', line 23

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