Class: CricosScrape::Institution

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_json, #to_map

Instance Attribute Details

#contact_officersObject

Returns the value of attribute contact_officers

Returns:

  • (Object)

    the current value of contact_officers



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

def contact_officers
  @contact_officers
end

#locationsObject

Returns the value of attribute locations

Returns:

  • (Object)

    the current value of locations



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

def locations
  @locations
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
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/institution.rb', line 2

def postal_address
  @postal_address
end

#provider_codeObject

Returns the value of attribute provider_code

Returns:

  • (Object)

    the current value of provider_code



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

def provider_code
  @provider_code
end

#provider_idObject

Returns the value of attribute provider_id

Returns:

  • (Object)

    the current value of provider_id



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

def provider_id
  @provider_id
end

#total_capacityObject

Returns the value of attribute total_capacity

Returns:

  • (Object)

    the current value of total_capacity



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

def total_capacity
  @total_capacity
end

#trading_nameObject

Returns the value of attribute trading_name

Returns:

  • (Object)

    the current value of trading_name



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

def trading_name
  @trading_name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#websiteObject

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



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

def website
  @website
end