voxable-labs/expando

View on GitHub
lib/expando/source_files/intent_file.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Expando
  # Represents an Expando intent source file.
  class SourceFiles::IntentFile < SourceFiles::Base
    alias_method :intent_name, :object_name
  end
end