Class: Jumbotron::Canonical::ChangeSet::Entry
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::ChangeSet::Entry
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
readonly
Returns the value of attribute attribute.
-
#new_value ⇒ Object
readonly
Returns the value of attribute new_value.
-
#previous ⇒ Object
readonly
Returns the value of attribute previous.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
Instance Attribute Details
#attribute ⇒ Object (readonly)
Returns the value of attribute attribute
91 92 93 |
# File 'app/models/jumbotron/canonical.rb', line 91 def attribute @attribute end |
#new_value ⇒ Object (readonly)
Returns the value of attribute new_value
91 92 93 |
# File 'app/models/jumbotron/canonical.rb', line 91 def new_value @new_value end |
#previous ⇒ Object (readonly)
Returns the value of attribute previous
91 92 93 |
# File 'app/models/jumbotron/canonical.rb', line 91 def previous @previous end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
91 92 93 |
# File 'app/models/jumbotron/canonical.rb', line 91 def subject @subject end |