Class: Gaf::Config
- Inherits:
-
Object
- Object
- Gaf::Config
- Defined in:
- lib/gaf/config.rb
Instance Attribute Summary collapse
-
#array_main_branchs ⇒ Object
Returns the value of attribute array_main_branchs.
-
#google_application_credential ⇒ Object
Returns the value of attribute google_application_credential.
-
#title_worksheet ⇒ Object
Returns the value of attribute title_worksheet.
Instance Attribute Details
#array_main_branchs ⇒ Object
Returns the value of attribute array_main_branchs.
5 6 7 |
# File 'lib/gaf/config.rb', line 5 def array_main_branchs @array_main_branchs end |
#google_application_credential ⇒ Object
Returns the value of attribute google_application_credential.
3 4 5 |
# File 'lib/gaf/config.rb', line 3 def google_application_credential @google_application_credential end |
#title_worksheet ⇒ Object
Returns the value of attribute title_worksheet.
4 5 6 |
# File 'lib/gaf/config.rb', line 4 def title_worksheet @title_worksheet end |