Class: BootstrapBux::Configuration

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

Overview

grab the config options

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def address
  @address
end

#building_roomObject

Returns the value of attribute building_room.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def building_room
  @building_room
end

#department_nameObject

Returns the value of attribute department_name.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def department_name
  @department_name
end

#emailObject

Returns the value of attribute email.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def email
  @email
end

#facebookObject

Returns the value of attribute facebook.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def facebook
  @facebook
end

#faxObject

Returns the value of attribute fax.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def fax
  @fax
end

#instagramObject

Returns the value of attribute instagram.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def instagram
  @instagram
end

#linkedinObject

Returns the value of attribute linkedin.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def linkedin
  @linkedin
end

#phoneObject

Returns the value of attribute phone.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def phone
  @phone
end

Returns the value of attribute signin_link.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def 
  @signin_link
end

Returns the value of attribute signout_link.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def signout_link
  @signout_link
end

#tiktokObject

Returns the value of attribute tiktok.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def tiktok
  @tiktok
end

#twitterObject

Returns the value of attribute twitter.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def twitter
  @twitter
end

#youtubeObject

Returns the value of attribute youtube.



20
21
22
# File 'lib/bootstrap_bux.rb', line 20

def youtube
  @youtube
end