Module: ActiveRecord::Originator::Formatter
- Included in:
- ActiveRecord::Originator
- Defined in:
- lib/activerecord/originator/formatter.rb,
lib/activerecord/originator/formatter/default.rb,
lib/activerecord/originator/formatter/one_liner.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#current_formatter ⇒ Object
readonly
Returns the value of attribute current_formatter.
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
Instance Attribute Details
#current_formatter ⇒ Object (readonly)
Returns the value of attribute current_formatter.
9 10 11 |
# File 'lib/activerecord/originator/formatter.rb', line 9 def current_formatter @current_formatter end |
#format ⇒ Object
Returns the value of attribute format.
9 10 11 |
# File 'lib/activerecord/originator/formatter.rb', line 9 def format @format end |