Class: CricosScrape::ContactOfficer

Inherits:
Struct
  • Object
show all
Defined in:
lib/cricos_scrape/entities/contact_officer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_json, #to_map

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



2
3
4
# File 'lib/cricos_scrape/entities/contact_officer.rb', line 2

def email
  @email
end

#faxObject

Returns the value of attribute fax

Returns:

  • (Object)

    the current value of fax



2
3
4
# File 'lib/cricos_scrape/entities/contact_officer.rb', line 2

def fax
  @fax
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/cricos_scrape/entities/contact_officer.rb', line 2

def name
  @name
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



2
3
4
# File 'lib/cricos_scrape/entities/contact_officer.rb', line 2

def phone
  @phone
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



2
3
4
# File 'lib/cricos_scrape/entities/contact_officer.rb', line 2

def role
  @role
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'lib/cricos_scrape/entities/contact_officer.rb', line 2

def title
  @title
end