Class: Cb::Models::Spot

Inherits:
ApiResponseModel show all
Defined in:
lib/cb/models/implementations/cb_spot.rb

Instance Attribute Summary collapse

Attributes inherited from ApiResponseModel

#api_response

Instance Method Summary collapse

Constructor Details

#initialize(response = {}) ⇒ Spot

Returns a new instance of Spot.



8
9
10
# File 'lib/cb/models/implementations/cb_spot.rb', line 8

def initialize(response={})
  super(response)
end

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def content_type
  @content_type
end

#end_dateObject

Returns the value of attribute end_date.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def end_date
  @end_date
end

#experiment_weight_custom_columnObject

Returns the value of attribute experiment_weight_custom_column.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def experiment_weight_custom_column
  @experiment_weight_custom_column
end

#field_1Object

Returns the value of attribute field_1.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_1
  @field_1
end

#field_2Object

Returns the value of attribute field_2.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_2
  @field_2
end

#field_3Object

Returns the value of attribute field_3.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_3
  @field_3
end

#field_4Object

Returns the value of attribute field_4.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_4
  @field_4
end

#field_5Object

Returns the value of attribute field_5.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_5
  @field_5
end

#field_6Object

Returns the value of attribute field_6.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_6
  @field_6
end

#field_7Object

Returns the value of attribute field_7.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_7
  @field_7
end

#field_8Object

Returns the value of attribute field_8.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def field_8
  @field_8
end

#languageObject

Returns the value of attribute language.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def language
  @language
end

#sequenceObject

Returns the value of attribute sequence.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def sequence
  @sequence
end

#start_dateObject

Returns the value of attribute start_date.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def start_date
  @start_date
end

#text_1Object

Returns the value of attribute text_1.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def text_1
  @text_1
end

#text_2Object

Returns the value of attribute text_2.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def text_2
  @text_2
end

#text_3Object

Returns the value of attribute text_3.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def text_3
  @text_3
end

#text_4Object

Returns the value of attribute text_4.



4
5
6
# File 'lib/cb/models/implementations/cb_spot.rb', line 4

def text_4
  @text_4
end