Class: YandexOffers::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/yandex_offers/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url.



3
4
5
# File 'lib/yandex_offers/configuration.rb', line 3

def base_url
  @base_url
end

#loginObject

Returns the value of attribute login.



3
4
5
# File 'lib/yandex_offers/configuration.rb', line 3

def 
  @login
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/yandex_offers/configuration.rb', line 3

def password
  @password
end