Class: Coneco::Specification
- Inherits:
-
Object
- Object
- Coneco::Specification
- Includes:
- InitHelper
- Defined in:
- lib/coneco/client.rb
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(h) ⇒ Specification
constructor
A new instance of Specification.
Methods included from InitHelper
Constructor Details
#initialize(h) ⇒ Specification
Returns a new instance of Specification.
106 107 108 |
# File 'lib/coneco/client.rb', line 106 def initialize(h) populate(h) end |
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
105 106 107 |
# File 'lib/coneco/client.rb', line 105 def spec @spec end |
#title ⇒ Object
Returns the value of attribute title.
105 106 107 |
# File 'lib/coneco/client.rb', line 105 def title @title end |