Class: PostingHistory
Overview
Class PostingHistory represents structure of history
history = PostingHistory.new
history.history # => String
Instance Attribute Summary collapse
-
#history ⇒ Object
Returns the value of attribute history.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#history ⇒ Object
Returns the value of attribute history
6 7 8 |
# File 'lib/models/posting_history.rb', line 6 def history @history end |