Class: Insika::ProposalStore::Proposal

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/proposal_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def confidence
  @confidence
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def created_at
  @created_at
end

#current_valueObject (readonly)

Returns the value of attribute current_value

Returns:

  • (Object)

    the current value of current_value



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def current_value
  @current_value
end

#customerObject (readonly)

Returns the value of attribute customer

Returns:

  • (Object)

    the current value of customer



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def customer
  @customer
end

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def evidence
  @evidence
end

#expected_existedObject (readonly)

Returns the value of attribute expected_existed

Returns:

  • (Object)

    the current value of expected_existed



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def expected_existed
  @expected_existed
end

#expected_revisionObject (readonly)

Returns the value of attribute expected_revision

Returns:

  • (Object)

    the current value of expected_revision



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def expected_revision
  @expected_revision
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def id
  @id
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def key
  @key
end

#noteObject (readonly)

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def note
  @note
end

#operatorObject (readonly)

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def operator
  @operator
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def scope
  @scope
end

#session_refObject (readonly)

Returns the value of attribute session_ref

Returns:

  • (Object)

    the current value of session_ref



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def session_ref
  @session_ref
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def status
  @status
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def tenant
  @tenant
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def updated_at
  @updated_at
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



29
30
31
# File 'lib/insika/proposal_store.rb', line 29

def value
  @value
end