Class: Insika::ProposalStore::Proposal
- Inherits:
-
Data
- Object
- Data
- Insika::ProposalStore::Proposal
- Defined in:
- lib/insika/proposal_store.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#current_value ⇒ Object
readonly
Returns the value of attribute current_value.
-
#customer ⇒ Object
readonly
Returns the value of attribute customer.
-
#evidence ⇒ Object
readonly
Returns the value of attribute evidence.
-
#expected_existed ⇒ Object
readonly
Returns the value of attribute expected_existed.
-
#expected_revision ⇒ Object
readonly
Returns the value of attribute expected_revision.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#note ⇒ Object
readonly
Returns the value of attribute note.
-
#operator ⇒ Object
readonly
Returns the value of attribute operator.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
-
#session_ref ⇒ Object
readonly
Returns the value of attribute session_ref.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def confidence @confidence end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def created_at @created_at end |
#current_value ⇒ Object (readonly)
Returns the value of attribute current_value
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def current_value @current_value end |
#customer ⇒ Object (readonly)
Returns the value of attribute customer
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def customer @customer end |
#evidence ⇒ Object (readonly)
Returns the value of attribute evidence
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def evidence @evidence end |
#expected_existed ⇒ Object (readonly)
Returns the value of attribute expected_existed
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def expected_existed @expected_existed end |
#expected_revision ⇒ Object (readonly)
Returns the value of attribute expected_revision
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def expected_revision @expected_revision end |
#id ⇒ Object (readonly)
Returns the value of attribute id
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def key @key end |
#note ⇒ Object (readonly)
Returns the value of attribute note
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def note @note end |
#operator ⇒ Object (readonly)
Returns the value of attribute operator
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def operator @operator end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def scope @scope end |
#session_ref ⇒ Object (readonly)
Returns the value of attribute session_ref
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def session_ref @session_ref end |
#status ⇒ Object (readonly)
Returns the value of attribute status
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def status @status end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def tenant @tenant end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def updated_at @updated_at end |
#value ⇒ Object (readonly)
Returns the value of attribute value
29 30 31 |
# File 'lib/insika/proposal_store.rb', line 29 def value @value end |