class Zashoku::Conf::ConfigView

Public Instance Methods

get_format() click to toggle source
# File lib/core/modules/conf/lib/conf/config_view.rb, line 16
def get_format
  Zashoku.conf.get(%w[format conf])
end
refresh_attributes() click to toggle source
# File lib/core/modules/conf/lib/conf/config_view.rb, line 6
def refresh_attributes
  @attributes = {
    't' => Zashoku.conf.get(%w[title conf]),
  }
end
refresh_items() click to toggle source
# File lib/core/modules/conf/lib/conf/config_view.rb, line 12
def refresh_items
  @items = Zashoku.conf.items
end