module GClouder::Mappings::Argument

Public Class Methods

included(klass) click to toggle source
# File lib/gclouder/mappings/argument.rb, line 22
def self.included(klass)
  klass.extend Argument
end
load() click to toggle source
# File lib/gclouder/mappings/argument.rb, line 14
def self.load
  mappings
end
mappings() click to toggle source
# File lib/gclouder/mappings/argument.rb, line 10
def self.mappings
  GClouder::ConfigLoader.load("../../assets/mappings/argument")
end
section(section) click to toggle source
# File lib/gclouder/mappings/argument.rb, line 26
def self.section(section)
  GClouder::ConfigSection.find(section, mappings)
end

Public Instance Methods

mappings() click to toggle source
# File lib/gclouder/mappings/argument.rb, line 18
def mappings
  Argument.mappings
end