Class: CricosScrape::Contact

Inherits:
Struct
  • Object
show all
Defined in:
lib/cricos_scrape/entities/contact.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.rb', line 2

def email
  @email
end

#facsimileObject

Returns the value of attribute facsimile

Returns:

  • (Object)

    the current value of facsimile



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

def facsimile
  @facsimile
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#organisationObject

Returns the value of attribute organisation

Returns:

  • (Object)

    the current value of organisation



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

def organisation
  @organisation
end

#postal_addressObject

Returns the value of attribute postal_address

Returns:

  • (Object)

    the current value of postal_address



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

def postal_address
  @postal_address
end

#telephoneObject

Returns the value of attribute telephone

Returns:

  • (Object)

    the current value of telephone



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

def telephone
  @telephone
end

#type_of_courseObject

Returns the value of attribute type_of_course

Returns:

  • (Object)

    the current value of type_of_course



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

def type_of_course
  @type_of_course
end