Class: Riffer::Config::Gemini

Inherits:
Struct
  • Object
show all
Defined in:
lib/riffer/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



23
24
25
# File 'lib/riffer/config.rb', line 23

def api_key
  @api_key
end

#open_timeoutObject

Returns the value of attribute open_timeout

Returns:

  • (Object)

    the current value of open_timeout



23
24
25
# File 'lib/riffer/config.rb', line 23

def open_timeout
  @open_timeout
end

#read_timeoutObject

Returns the value of attribute read_timeout

Returns:

  • (Object)

    the current value of read_timeout



23
24
25
# File 'lib/riffer/config.rb', line 23

def read_timeout
  @read_timeout
end