class Decidim::Core::StatisticType

Public Instance Methods

name() click to toggle source
# File lib/decidim/api/types/statistic_type.rb, line 11
def name
  object[0]
end
value() click to toggle source
# File lib/decidim/api/types/statistic_type.rb, line 15
def value
  object[1]
end