Class: Insika::HarvestStore::Snapshot
- Inherits:
-
Data
- Object
- Data
- Insika::HarvestStore::Snapshot
- Defined in:
- lib/insika/harvest_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#enabled_for ⇒ Object
readonly
Returns the value of attribute enabled_for.
-
#existed ⇒ Object
readonly
Returns the value of attribute existed.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#skill ⇒ Object
readonly
Returns the value of attribute skill.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def agent @agent end |
#at ⇒ Object (readonly)
Returns the value of attribute at
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def at @at end |
#content ⇒ Object (readonly)
Returns the value of attribute content
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def content @content end |
#enabled_for ⇒ Object (readonly)
Returns the value of attribute enabled_for
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def enabled_for @enabled_for end |
#existed ⇒ Object (readonly)
Returns the value of attribute existed
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def existed @existed end |
#id ⇒ Object (readonly)
Returns the value of attribute id
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def id @id end |
#skill ⇒ Object (readonly)
Returns the value of attribute skill
46 47 48 |
# File 'lib/insika/harvest_store.rb', line 46 def skill @skill end |