Class: GooglePlusHelper::Settings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSettings

Returns a new instance of Settings.



5
6
7
# File 'lib/google_plus_helper/settings.rb', line 5

def initialize
  self.social_plugin_version = :html5
end

Instance Attribute Details

#social_plugin_versionObject

Returns the value of attribute social_plugin_version.



3
4
5
# File 'lib/google_plus_helper/settings.rb', line 3

def social_plugin_version
  @social_plugin_version
end