Class: Phaseo::Gen::Provider
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::Provider
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #api_provider_id ⇒ String?
- #api_provider_name ⇒ String?
- #country_code ⇒ String?
- #description ⇒ String?
- #link ⇒ String?
Instance Attribute Details
#api_provider_id ⇒ String?
1480 |
# File 'lib/gen/models.rb', line 1480 Provider = Struct.new(:api_provider_id, :api_provider_name, :country_code, :description, :link, keyword_init: true) |
#api_provider_name ⇒ String?
1480 |
# File 'lib/gen/models.rb', line 1480 Provider = Struct.new(:api_provider_id, :api_provider_name, :country_code, :description, :link, keyword_init: true) |
#country_code ⇒ String?
1480 |
# File 'lib/gen/models.rb', line 1480 Provider = Struct.new(:api_provider_id, :api_provider_name, :country_code, :description, :link, keyword_init: true) |
#description ⇒ String?
1480 |
# File 'lib/gen/models.rb', line 1480 Provider = Struct.new(:api_provider_id, :api_provider_name, :country_code, :description, :link, keyword_init: true) |
#link ⇒ String?
1480 |
# File 'lib/gen/models.rb', line 1480 Provider = Struct.new(:api_provider_id, :api_provider_name, :country_code, :description, :link, keyword_init: true) |