Class: MuffinMan::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#get_access_tokenObject

Returns the value of attribute get_access_token.



63
64
65
# File 'lib/muffin_man.rb', line 63

def get_access_token
  @get_access_token
end

#loggerObject

Returns the value of attribute logger.



63
64
65
# File 'lib/muffin_man.rb', line 63

def logger
  @logger
end

#save_access_tokenObject

Returns the value of attribute save_access_token.



63
64
65
# File 'lib/muffin_man.rb', line 63

def save_access_token
  @save_access_token
end