Sha256: 6b596816bf254ee8a55a6c531b665999f960bd4d25917765657d8fee2cb72e03
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
# # Representation of action and its content in a controller # # @param name [String] a name of an action # @param body [String] a content of an action # module Tset module Analyzers class Action def initialize(name, body) @name = name @body = body end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tset-0.0.2 | lib/tset/analyzers/action.rb |
tset-0.0.1 | lib/tset/analyzers/action.rb |