Class: OpenStax::Exchange::FakeClient::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/openstax/exchange/fake_client/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#registered_platformsObject

Returns the value of attribute registered_platforms.



6
7
8
# File 'lib/openstax/exchange/fake_client/configuration.rb', line 6

def registered_platforms
  @registered_platforms
end

#server_urlObject

Returns the value of attribute server_url.



7
8
9
# File 'lib/openstax/exchange/fake_client/configuration.rb', line 7

def server_url
  @server_url
end

#supported_api_versionsObject

Returns the value of attribute supported_api_versions.



8
9
10
# File 'lib/openstax/exchange/fake_client/configuration.rb', line 8

def supported_api_versions
  @supported_api_versions
end