Class: DPLibrary::Provider
- Inherits:
-
Object
- Object
- DPLibrary::Provider
- Defined in:
- lib/DPLibrary/provider.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Provider
constructor
A new instance of Provider.
Constructor Details
#initialize(hash) ⇒ Provider
Returns a new instance of Provider.
6 7 8 |
# File 'lib/DPLibrary/provider.rb', line 6 def initialize(hash) set_values(hash) end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/DPLibrary/provider.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/DPLibrary/provider.rb', line 3 def name @name end |