module Fog::Parsers

Public Class Methods

arrays() click to toggle source
# File lib/ext_fog_aws/fog/parsers/base.rb, line 11
def self.arrays
  raise NotImplementedError
end
schema() click to toggle source
# File lib/ext_fog_aws/fog/parsers/base.rb, line 9
def self.schema; end