Class: ZenviaS4m::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/zenvia_s4m/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account.



7
8
9
# File 'lib/zenvia_s4m/config.rb', line 7

def 
  @account
end

#codeObject

Returns the value of attribute code.



7
8
9
# File 'lib/zenvia_s4m/config.rb', line 7

def code
  @code
end

#fromObject

Returns the value of attribute from.



7
8
9
# File 'lib/zenvia_s4m/config.rb', line 7

def from
  @from
end

#logObject

Returns the value of attribute log.



7
8
9
# File 'lib/zenvia_s4m/config.rb', line 7

def log
  @log
end

#urlObject

Returns the value of attribute url.



7
8
9
# File 'lib/zenvia_s4m/config.rb', line 7

def url
  @url
end