Class: GasfreeSdk::Models::Provider
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- GasfreeSdk::Models::Provider
- Defined in:
- lib/gasfree_sdk/models/provider.rb
Overview
Represents a GasFree service provider
Instance Attribute Summary collapse
-
#address ⇒ String
readonly
The provider’s address.
-
#config ⇒ ProviderConfig
readonly
The provider’s configuration.
-
#icon ⇒ String
readonly
URL to the provider’s icon.
-
#name ⇒ String
readonly
The provider’s name.
-
#website ⇒ String
readonly
The provider’s website.
Instance Attribute Details
#address ⇒ String (readonly)
Returns The provider’s address.
32 |
# File 'lib/gasfree_sdk/models/provider.rb', line 32 attribute :address, Types::Address |
#config ⇒ ProviderConfig (readonly)
Returns The provider’s configuration.
48 |
# File 'lib/gasfree_sdk/models/provider.rb', line 48 attribute :config, ProviderConfig |
#icon ⇒ String (readonly)
Returns URL to the provider’s icon.
40 |
# File 'lib/gasfree_sdk/models/provider.rb', line 40 attribute :icon, Types::String |
#name ⇒ String (readonly)
Returns The provider’s name.
36 |
# File 'lib/gasfree_sdk/models/provider.rb', line 36 attribute :name, Types::String |
#website ⇒ String (readonly)
Returns The provider’s website.
44 |
# File 'lib/gasfree_sdk/models/provider.rb', line 44 attribute :website, Types::String |