Class: Jumbotron::Canonical::ChangeSet::Entry

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/canonical.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject (readonly)

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



91
92
93
# File 'app/models/jumbotron/canonical.rb', line 91

def attribute
  @attribute
end

#new_valueObject (readonly)

Returns the value of attribute new_value

Returns:

  • (Object)

    the current value of new_value



91
92
93
# File 'app/models/jumbotron/canonical.rb', line 91

def new_value
  @new_value
end

#previousObject (readonly)

Returns the value of attribute previous

Returns:

  • (Object)

    the current value of previous



91
92
93
# File 'app/models/jumbotron/canonical.rb', line 91

def previous
  @previous
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



91
92
93
# File 'app/models/jumbotron/canonical.rb', line 91

def subject
  @subject
end