Class: Firebrew::Firefox::Profile
- Inherits:
-
Object
- Object
- Firebrew::Firefox::Profile
- Includes:
- ActiveModel::Model
- Defined in:
- lib/firebrew/firefox/profile.rb
Defined Under Namespace
Classes: Manager
Instance Attribute Summary collapse
-
#is_default ⇒ Object
Returns the value of attribute is_default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#is_default ⇒ Object
Returns the value of attribute is_default.
50 51 52 |
# File 'lib/firebrew/firefox/profile.rb', line 50 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name.
50 51 52 |
# File 'lib/firebrew/firefox/profile.rb', line 50 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
50 51 52 |
# File 'lib/firebrew/firefox/profile.rb', line 50 def path @path end |