class DCA::Models::Position

Attributes

checksum[RW]
published_at[RW]

Public Class Methods

new(*args) click to toggle source
Calls superclass method DCA::Models::BaseModel::new
# File lib/dca/models/position.rb, line 8
def initialize(*args)
  # set instance variable id, need to place this attribute to hash, when id is not set.
  @id = nil
  super
end