Class: CustomerActivity

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/customer_activity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activityObject

Returns the value of attribute activity.



2
3
4
# File 'app/models/customer_activity.rb', line 2

def activity
  @activity
end

#cusotmer_pjObject

Returns the value of attribute cusotmer_pj.



2
3
4
# File 'app/models/customer_activity.rb', line 2

def cusotmer_pj
  @cusotmer_pj
end