Class: GasfreeSdk::Models::Provider

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/gasfree_sdk/models/provider.rb

Overview

Represents a GasFree service provider

Instance Attribute Summary collapse

Instance Attribute Details

#addressString (readonly)

Returns The provider’s address.

Returns:

  • (String)

    The provider’s address



32
# File 'lib/gasfree_sdk/models/provider.rb', line 32

attribute :address, Types::Address

#configProviderConfig (readonly)

Returns The provider’s configuration.

Returns:



48
# File 'lib/gasfree_sdk/models/provider.rb', line 48

attribute :config, ProviderConfig

#iconString (readonly)

Returns URL to the provider’s icon.

Returns:

  • (String)

    URL to the provider’s icon



40
# File 'lib/gasfree_sdk/models/provider.rb', line 40

attribute :icon, Types::String

#nameString (readonly)

Returns The provider’s name.

Returns:

  • (String)

    The provider’s name



36
# File 'lib/gasfree_sdk/models/provider.rb', line 36

attribute :name, Types::String

#websiteString (readonly)

Returns The provider’s website.

Returns:

  • (String)

    The provider’s website



44
# File 'lib/gasfree_sdk/models/provider.rb', line 44

attribute :website, Types::String