class Assets::Rule::Rename
Rule
to rename other rule
Attributes
name[R]
Return name
@return [String]
@api private
Public Instance Methods
body()
click to toggle source
Return body
@return [String]
@api private
# File lib/assets/rule/rename.rb, line 31 def body rule.body end
mime()
click to toggle source
Return mime
@return [Mime]
@api rpivate
# File lib/assets/rule/rename.rb, line 41 def mime rule.mime end
updated_at()
click to toggle source
Return updated at
@return [Time]
@api private
# File lib/assets/rule/rename.rb, line 51 def updated_at rule.updated_at end