Class: Cb::Models::Spot
- Inherits:
-
ApiResponseModel
- Object
- ApiResponseModel
- Cb::Models::Spot
- Defined in:
- lib/cb/models/implementations/spot.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#experiment_weight_custom_column ⇒ Object
Returns the value of attribute experiment_weight_custom_column.
-
#field_1 ⇒ Object
Returns the value of attribute field_1.
-
#field_2 ⇒ Object
Returns the value of attribute field_2.
-
#field_3 ⇒ Object
Returns the value of attribute field_3.
-
#field_4 ⇒ Object
Returns the value of attribute field_4.
-
#field_5 ⇒ Object
Returns the value of attribute field_5.
-
#field_6 ⇒ Object
Returns the value of attribute field_6.
-
#field_7 ⇒ Object
Returns the value of attribute field_7.
-
#field_8 ⇒ Object
Returns the value of attribute field_8.
-
#language ⇒ Object
Returns the value of attribute language.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#text_1 ⇒ Object
Returns the value of attribute text_1.
-
#text_2 ⇒ Object
Returns the value of attribute text_2.
-
#text_3 ⇒ Object
Returns the value of attribute text_3.
-
#text_4 ⇒ Object
Returns the value of attribute text_4.
Attributes inherited from ApiResponseModel
Method Summary
Methods inherited from ApiResponseModel
Constructor Details
This class inherits a constructor from Cb::Models::ApiResponseModel
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def content_type @content_type end |
#end_date ⇒ Object
Returns the value of attribute end_date.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def end_date @end_date end |
#experiment_weight_custom_column ⇒ Object
Returns the value of attribute experiment_weight_custom_column.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def experiment_weight_custom_column @experiment_weight_custom_column end |
#field_1 ⇒ Object
Returns the value of attribute field_1.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_1 @field_1 end |
#field_2 ⇒ Object
Returns the value of attribute field_2.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_2 @field_2 end |
#field_3 ⇒ Object
Returns the value of attribute field_3.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_3 @field_3 end |
#field_4 ⇒ Object
Returns the value of attribute field_4.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_4 @field_4 end |
#field_5 ⇒ Object
Returns the value of attribute field_5.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_5 @field_5 end |
#field_6 ⇒ Object
Returns the value of attribute field_6.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_6 @field_6 end |
#field_7 ⇒ Object
Returns the value of attribute field_7.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_7 @field_7 end |
#field_8 ⇒ Object
Returns the value of attribute field_8.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def field_8 @field_8 end |
#language ⇒ Object
Returns the value of attribute language.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def language @language end |
#sequence ⇒ Object
Returns the value of attribute sequence.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def sequence @sequence end |
#start_date ⇒ Object
Returns the value of attribute start_date.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def start_date @start_date end |
#text_1 ⇒ Object
Returns the value of attribute text_1.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def text_1 @text_1 end |
#text_2 ⇒ Object
Returns the value of attribute text_2.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def text_2 @text_2 end |
#text_3 ⇒ Object
Returns the value of attribute text_3.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def text_3 @text_3 end |
#text_4 ⇒ Object
Returns the value of attribute text_4.
5 6 7 |
# File 'lib/cb/models/implementations/spot.rb', line 5 def text_4 @text_4 end |