Method: BulmaX::Progress#root_attributes

Defined in:
lib/bulma_x/progress.rb

#root_attributesObject



20
21
22
23
24
25
# File 'lib/bulma_x/progress.rb', line 20

def root_attributes
  super.merge(
    value: @value,
    max: @max
  )
end