Class: Coneco::Specification

Inherits:
Object
  • Object
show all
Includes:
InitHelper
Defined in:
lib/coneco/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from InitHelper

#_to_ivar_name, #populate

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

#specObject

Returns the value of attribute spec.



105
106
107
# File 'lib/coneco/client.rb', line 105

def spec
  @spec
end

#titleObject

Returns the value of attribute title.



105
106
107
# File 'lib/coneco/client.rb', line 105

def title
  @title
end