Class: StrawberryAPI::Schedule

Inherits:
Object
  • Object
show all
Defined in:
lib/strawberry_api/schedule.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_nameObject

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_idObject

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_idObject

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_atObject

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_byObject

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_editObject

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

#deletedObject

Returns the value of attribute deleted



24
25
26
# File 'lib/strawberry_api/schedule.rb', line 24

def deleted
  @deleted
end

#deltaObject

Returns the value of attribute delta



16
17
18
# File 'lib/strawberry_api/schedule.rb', line 16

def delta
  @delta
end

#encoding_priorityObject

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_idObject

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_cacheObject

Returns the value of attribute fsp_cache



29
30
31
# File 'lib/strawberry_api/schedule.rb', line 29

def fsp_cache
  @fsp_cache
end

#idObject

Returns the value of attribute id



5
6
7
# File 'lib/strawberry_api/schedule.rb', line 5

def id
  @id
end

#is_library_projectObject

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_byObject

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_editObject

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_atObject

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_byObject

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_byObject

Returns the value of attribute mounted_by



33
34
35
# File 'lib/strawberry_api/schedule.rb', line 33

def mounted_by
  @mounted_by
end

#nameObject

Returns the value of attribute name



6
7
8
# File 'lib/strawberry_api/schedule.rb', line 6

def name
  @name
end

#owner_idObject

Returns the value of attribute owner_id



25
26
27
# File 'lib/strawberry_api/schedule.rb', line 25

def owner_id
  @owner_id
end

#parentprojectsObject

Returns the value of attribute parentprojects



35
36
37
# File 'lib/strawberry_api/schedule.rb', line 35

def parentprojects
  @parentprojects
end

#prefixObject

Returns the value of attribute prefix



27
28
29
# File 'lib/strawberry_api/schedule.rb', line 27

def prefix
  @prefix
end

#quotaObject

Returns the value of attribute quota



26
27
28
# File 'lib/strawberry_api/schedule.rb', line 26

def quota
  @quota
end

#sizeObject

Returns the value of attribute size



7
8
9
# File 'lib/strawberry_api/schedule.rb', line 7

def size
  @size
end

#subprojectsObject

Returns the value of attribute subprojects



34
35
36
# File 'lib/strawberry_api/schedule.rb', line 34

def subprojects
  @subprojects
end

#template_typeObject

Returns the value of attribute template_type



12
13
14
# File 'lib/strawberry_api/schedule.rb', line 12

def template_type
  @template_type
end

#templatenameObject

Returns the value of attribute templatename



11
12
13
# File 'lib/strawberry_api/schedule.rb', line 11

def templatename
  @templatename
end

#tiered_atObject

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_storageObject

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_atObject

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_idObject

Returns the value of attribute user_id



17
18
19
# File 'lib/strawberry_api/schedule.rb', line 17

def user_id
  @user_id
end