Class: StrawberryAPI::Schedule
- Inherits:
-
Object
- Object
- StrawberryAPI::Schedule
- Defined in:
- lib/strawberry_api/schedule.rb
Instance Attribute Summary collapse
-
#alternative_name ⇒ Object
Returns the value of attribute alternative_name.
-
#archive_strategy_id ⇒ Object
Returns the value of attribute archive_strategy_id.
-
#archive_strategy_state_id ⇒ Object
Returns the value of attribute archive_strategy_state_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#created_by_edit ⇒ Object
Returns the value of attribute created_by_edit.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#delta ⇒ Object
Returns the value of attribute delta.
-
#encoding_priority ⇒ Object
Returns the value of attribute encoding_priority.
-
#frozen_by_id ⇒ Object
Returns the value of attribute frozen_by_id.
-
#fsp_cache ⇒ Object
Returns the value of attribute fsp_cache.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_library_project ⇒ Object
Returns the value of attribute is_library_project.
-
#last_opened_by ⇒ Object
Returns the value of attribute last_opened_by.
-
#last_opened_by_edit ⇒ Object
Returns the value of attribute last_opened_by_edit.
-
#last_used_at ⇒ Object
Returns the value of attribute last_used_at.
-
#locked_by ⇒ Object
Returns the value of attribute locked_by.
-
#mounted_by ⇒ Object
Returns the value of attribute mounted_by.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner_id ⇒ Object
Returns the value of attribute owner_id.
-
#parentprojects ⇒ Object
Returns the value of attribute parentprojects.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#quota ⇒ Object
Returns the value of attribute quota.
-
#size ⇒ Object
Returns the value of attribute size.
-
#subprojects ⇒ Object
Returns the value of attribute subprojects.
-
#template_type ⇒ Object
Returns the value of attribute template_type.
-
#templatename ⇒ Object
Returns the value of attribute templatename.
-
#tiered_at ⇒ Object
Returns the value of attribute tiered_at.
-
#tiering_storage ⇒ Object
Returns the value of attribute tiering_storage.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ Schedule
constructor
A new instance of Schedule.
Constructor Details
#initialize(params = {}) ⇒ Schedule
Returns a new instance of Schedule
37 38 39 40 41 |
# File 'lib/strawberry_api/schedule.rb', line 37 def initialize(params = {}) params.each do |k, v| instance_variable_set("@#{k}", v) unless v.nil? end end |
Instance Attribute Details
#alternative_name ⇒ Object
Returns the value of attribute alternative_name
30 31 32 |
# File 'lib/strawberry_api/schedule.rb', line 30 def alternative_name @alternative_name end |
#archive_strategy_id ⇒ Object
Returns the value of attribute archive_strategy_id
18 19 20 |
# File 'lib/strawberry_api/schedule.rb', line 18 def archive_strategy_id @archive_strategy_id end |
#archive_strategy_state_id ⇒ Object
Returns the value of attribute archive_strategy_state_id
19 20 21 |
# File 'lib/strawberry_api/schedule.rb', line 19 def archive_strategy_state_id @archive_strategy_state_id end |
#created_at ⇒ Object
Returns the value of attribute created_at
8 9 10 |
# File 'lib/strawberry_api/schedule.rb', line 8 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by
14 15 16 |
# File 'lib/strawberry_api/schedule.rb', line 14 def created_by @created_by end |
#created_by_edit ⇒ Object
Returns the value of attribute created_by_edit
23 24 25 |
# File 'lib/strawberry_api/schedule.rb', line 23 def created_by_edit @created_by_edit end |
#deleted ⇒ Object
Returns the value of attribute deleted
24 25 26 |
# File 'lib/strawberry_api/schedule.rb', line 24 def deleted @deleted end |
#delta ⇒ Object
Returns the value of attribute delta
16 17 18 |
# File 'lib/strawberry_api/schedule.rb', line 16 def delta @delta end |
#encoding_priority ⇒ Object
Returns the value of attribute encoding_priority
28 29 30 |
# File 'lib/strawberry_api/schedule.rb', line 28 def encoding_priority @encoding_priority end |
#frozen_by_id ⇒ Object
Returns the value of attribute frozen_by_id
20 21 22 |
# File 'lib/strawberry_api/schedule.rb', line 20 def frozen_by_id @frozen_by_id end |
#fsp_cache ⇒ Object
Returns the value of attribute fsp_cache
29 30 31 |
# File 'lib/strawberry_api/schedule.rb', line 29 def fsp_cache @fsp_cache end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/strawberry_api/schedule.rb', line 5 def id @id end |
#is_library_project ⇒ Object
Returns the value of attribute is_library_project
21 22 23 |
# File 'lib/strawberry_api/schedule.rb', line 21 def is_library_project @is_library_project end |
#last_opened_by ⇒ Object
Returns the value of attribute last_opened_by
13 14 15 |
# File 'lib/strawberry_api/schedule.rb', line 13 def last_opened_by @last_opened_by end |
#last_opened_by_edit ⇒ Object
Returns the value of attribute last_opened_by_edit
22 23 24 |
# File 'lib/strawberry_api/schedule.rb', line 22 def last_opened_by_edit @last_opened_by_edit end |
#last_used_at ⇒ Object
Returns the value of attribute last_used_at
15 16 17 |
# File 'lib/strawberry_api/schedule.rb', line 15 def last_used_at @last_used_at end |
#locked_by ⇒ Object
Returns the value of attribute locked_by
10 11 12 |
# File 'lib/strawberry_api/schedule.rb', line 10 def locked_by @locked_by end |
#mounted_by ⇒ Object
Returns the value of attribute mounted_by
33 34 35 |
# File 'lib/strawberry_api/schedule.rb', line 33 def mounted_by @mounted_by end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/strawberry_api/schedule.rb', line 6 def name @name end |
#owner_id ⇒ Object
Returns the value of attribute owner_id
25 26 27 |
# File 'lib/strawberry_api/schedule.rb', line 25 def owner_id @owner_id end |
#parentprojects ⇒ Object
Returns the value of attribute parentprojects
35 36 37 |
# File 'lib/strawberry_api/schedule.rb', line 35 def parentprojects @parentprojects end |
#prefix ⇒ Object
Returns the value of attribute prefix
27 28 29 |
# File 'lib/strawberry_api/schedule.rb', line 27 def prefix @prefix end |
#quota ⇒ Object
Returns the value of attribute quota
26 27 28 |
# File 'lib/strawberry_api/schedule.rb', line 26 def quota @quota end |
#size ⇒ Object
Returns the value of attribute size
7 8 9 |
# File 'lib/strawberry_api/schedule.rb', line 7 def size @size end |
#subprojects ⇒ Object
Returns the value of attribute subprojects
34 35 36 |
# File 'lib/strawberry_api/schedule.rb', line 34 def subprojects @subprojects end |
#template_type ⇒ Object
Returns the value of attribute template_type
12 13 14 |
# File 'lib/strawberry_api/schedule.rb', line 12 def template_type @template_type end |
#templatename ⇒ Object
Returns the value of attribute templatename
11 12 13 |
# File 'lib/strawberry_api/schedule.rb', line 11 def templatename @templatename end |
#tiered_at ⇒ Object
Returns the value of attribute tiered_at
32 33 34 |
# File 'lib/strawberry_api/schedule.rb', line 32 def tiered_at @tiered_at end |
#tiering_storage ⇒ Object
Returns the value of attribute tiering_storage
31 32 33 |
# File 'lib/strawberry_api/schedule.rb', line 31 def tiering_storage @tiering_storage end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/strawberry_api/schedule.rb', line 9 def updated_at @updated_at end |
#user_id ⇒ Object
Returns the value of attribute user_id
17 18 19 |
# File 'lib/strawberry_api/schedule.rb', line 17 def user_id @user_id end |