Class: SageWorld::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



4
5
6
# File 'lib/sage_world/configuration.rb', line 4

def 
  @account_id
end

#end_pointObject

Returns the value of attribute end_point.



4
5
6
# File 'lib/sage_world/configuration.rb', line 4

def end_point
  @end_point
end

#log_dataObject

Returns the value of attribute log_data.



4
5
6
# File 'lib/sage_world/configuration.rb', line 4

def log_data
  @log_data
end

#loginObject

Returns the value of attribute login.



4
5
6
# File 'lib/sage_world/configuration.rb', line 4

def 
  @login
end

#passwordObject

Returns the value of attribute password.



4
5
6
# File 'lib/sage_world/configuration.rb', line 4

def password
  @password
end

#versionObject

Returns the value of attribute version.



4
5
6
# File 'lib/sage_world/configuration.rb', line 4

def version
  @version
end