Class: Sendyr::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



18
19
# File 'lib/ct_sendyr.rb', line 18

def initialize
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



16
17
18
# File 'lib/ct_sendyr.rb', line 16

def api_key
  @api_key
end

#noopObject

Returns the value of attribute noop.



16
17
18
# File 'lib/ct_sendyr.rb', line 16

def noop
  @noop
end

#urlObject

Returns the value of attribute url.



16
17
18
# File 'lib/ct_sendyr.rb', line 16

def url
  @url
end