Class: BootstrapBux::Configuration
- Inherits:
-
Object
- Object
- BootstrapBux::Configuration
- Defined in:
- lib/bootstrap_bux.rb
Overview
grab the config options
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#building_room ⇒ Object
Returns the value of attribute building_room.
-
#department_name ⇒ Object
Returns the value of attribute department_name.
-
#email ⇒ Object
Returns the value of attribute email.
-
#facebook ⇒ Object
Returns the value of attribute facebook.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#instagram ⇒ Object
Returns the value of attribute instagram.
-
#linkedin ⇒ Object
Returns the value of attribute linkedin.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#signin_link ⇒ Object
Returns the value of attribute signin_link.
-
#signout_link ⇒ Object
Returns the value of attribute signout_link.
-
#tiktok ⇒ Object
Returns the value of attribute tiktok.
-
#twitter ⇒ Object
Returns the value of attribute twitter.
-
#youtube ⇒ Object
Returns the value of attribute youtube.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def address @address end |
#building_room ⇒ Object
Returns the value of attribute building_room.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def building_room @building_room end |
#department_name ⇒ Object
Returns the value of attribute department_name.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def department_name @department_name end |
#email ⇒ Object
Returns the value of attribute email.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def email @email end |
#facebook ⇒ Object
Returns the value of attribute facebook.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def facebook @facebook end |
#fax ⇒ Object
Returns the value of attribute fax.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def fax @fax end |
#instagram ⇒ Object
Returns the value of attribute instagram.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def instagram @instagram end |
#linkedin ⇒ Object
Returns the value of attribute linkedin.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def linkedin @linkedin end |
#phone ⇒ Object
Returns the value of attribute phone.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def phone @phone end |
#signin_link ⇒ Object
Returns the value of attribute signin_link.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def signin_link @signin_link end |
#signout_link ⇒ Object
Returns the value of attribute signout_link.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def signout_link @signout_link end |
#tiktok ⇒ Object
Returns the value of attribute tiktok.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def tiktok @tiktok end |
#twitter ⇒ Object
Returns the value of attribute twitter.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def twitter @twitter end |
#youtube ⇒ Object
Returns the value of attribute youtube.
20 21 22 |
# File 'lib/bootstrap_bux.rb', line 20 def youtube @youtube end |