Class: Nusii::ProposalActivity

Inherits:
Resource
  • Object
show all
Extended by:
Crud::Get, Crud::List
Defined in:
lib/nusii/proposal_activity.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Crud::Get

get

Methods included from Crud::List

list

Methods inherited from Resource

class_name, #editable_params, #initialize, #save_params

Constructor Details

This class inherits a constructor from Nusii::Resource

Instance Attribute Details

#activity_typeObject

Returns the value of attribute activity_type.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def activity_type
  @activity_type
end

#additional_fieldsObject

Returns the value of attribute additional_fields.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def additional_fields
  @additional_fields
end

#client_addressObject

Returns the value of attribute client_address.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_address
  @client_address
end

#client_businessObject

Returns the value of attribute client_business.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_business
  @client_business
end

#client_cityObject

Returns the value of attribute client_city.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_city
  @client_city
end

#client_countryObject

Returns the value of attribute client_country.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_country
  @client_country
end

#client_emailObject

Returns the value of attribute client_email.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_email
  @client_email
end

#client_full_nameObject

Returns the value of attribute client_full_name.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_full_name
  @client_full_name
end

#client_localeObject

Returns the value of attribute client_locale.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_locale
  @client_locale
end

#client_nameObject

Returns the value of attribute client_name.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_name
  @client_name
end

#client_postcodeObject

Returns the value of attribute client_postcode.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_postcode
  @client_postcode
end

#client_stateObject

Returns the value of attribute client_state.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_state
  @client_state
end

#client_surnameObject

Returns the value of attribute client_surname.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_surname
  @client_surname
end

#client_telephoneObject

Returns the value of attribute client_telephone.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_telephone
  @client_telephone
end

#client_webObject

Returns the value of attribute client_web.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def client_web
  @client_web
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def ip_address
  @ip_address
end

#proposal_created_atObject

Returns the value of attribute proposal_created_at.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def proposal_created_at
  @proposal_created_at
end

#proposal_expires_atObject

Returns the value of attribute proposal_expires_at.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def proposal_expires_at
  @proposal_expires_at
end

#proposal_public_idObject

Returns the value of attribute proposal_public_id.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def proposal_public_id
  @proposal_public_id
end

#proposal_sent_atObject

Returns the value of attribute proposal_sent_at.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def proposal_sent_at
  @proposal_sent_at
end

#proposal_statusObject

Returns the value of attribute proposal_status.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def proposal_status
  @proposal_status
end

#proposal_titleObject

Returns the value of attribute proposal_title.



6
7
8
# File 'lib/nusii/proposal_activity.rb', line 6

def proposal_title
  @proposal_title
end