Class: Landslider::WsAccount

Inherits:
WsEntity show all
Defined in:
lib/landslider/entities/ws_account.rb

Instance Attribute Summary collapse

Attributes inherited from WsEntity

#entity_id, #entity_name, #entity_type

Method Summary

Methods inherited from WsEntity

#soapify_for

Instance Attribute Details

#account_idInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_account.rb', line 7

def 
  @account_id
end

#account_nameString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_account.rb', line 10

def 
  @account_name
end

#account_numberString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_account.rb', line 10

def 
  @account_number
end

#account_ownerInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_account.rb', line 7

def 
  @account_owner
end

#account_typeWsAccountType (readonly)

Returns:

  • (WsAccountType)


19
20
21
# File 'lib/landslider/entities/ws_account.rb', line 19

def 
  @account_type
end

#archived_byInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_account.rb', line 7

def archived_by
  @archived_by
end

#billing_addressWsAddress (readonly)

Returns:



22
23
24
# File 'lib/landslider/entities/ws_account.rb', line 22

def billing_address
  @billing_address
end

#create_byInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_account.rb', line 7

def create_by
  @create_by
end

#created_onDate (readonly)

Returns:

  • (Date)


16
17
18
# File 'lib/landslider/entities/ws_account.rb', line 16

def created_on
  @created_on
end

#custom_fieldsObject (readonly)

Returns WsAccountCustomField[].

Returns:

  • WsAccountCustomField[]



28
29
30
# File 'lib/landslider/entities/ws_account.rb', line 28

def custom_fields
  @custom_fields
end

#divisionString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_account.rb', line 10

def division
  @division
end

#faxString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_account.rb', line 10

def fax
  @fax
end

#main_addressWsAddress (readonly)

Returns:



22
23
24
# File 'lib/landslider/entities/ws_account.rb', line 22

def main_address
  @main_address
end

#parent_account_idInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_account.rb', line 7

def 
  @parent_account_id
end

#phoneString (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_account.rb', line 13

def phone
  @phone
end

#primary_contactWsContact (readonly)

Returns:



25
26
27
# File 'lib/landslider/entities/ws_account.rb', line 25

def primary_contact
  @primary_contact
end

#shipping_addressWsAddress (readonly)

Returns:



22
23
24
# File 'lib/landslider/entities/ws_account.rb', line 22

def shipping_address
  @shipping_address
end

#source_idString (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_account.rb', line 13

def source_id
  @source_id
end

#update_byInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_account.rb', line 7

def update_by
  @update_by
end

#updated_onDate (readonly)

Returns:

  • (Date)


16
17
18
# File 'lib/landslider/entities/ws_account.rb', line 16

def updated_on
  @updated_on
end

#urlString (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_account.rb', line 13

def url
  @url
end