Class: Softlayer::Product::Item::Category::Question

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/product/item/category/question.rb,
lib/softlayer/product/item/category/question/xref.rb,
lib/softlayer/product/item/category/question/field.rb,
lib/softlayer/product/item/category/question/field/type.rb

Defined Under Namespace

Modules: Field Classes: Representer, Xref

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#answer_value_expressionObject

Returns the value of attribute answer_value_expression.



8
9
10
# File 'lib/softlayer/product/item/category/question.rb', line 8

def answer_value_expression
  @answer_value_expression
end

#descriptionObject

Returns the value of attribute description.



9
10
11
# File 'lib/softlayer/product/item/category/question.rb', line 9

def description
  @description
end

#field_typeObject

Returns the value of attribute field_type.



16
17
18
# File 'lib/softlayer/product/item/category/question.rb', line 16

def field_type
  @field_type
end

#field_type_idObject

Returns the value of attribute field_type_id.



10
11
12
# File 'lib/softlayer/product/item/category/question.rb', line 10

def field_type_id
  @field_type_id
end

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/softlayer/product/item/category/question.rb', line 11

def id
  @id
end

#item_category_reference_countObject

Returns the value of attribute item_category_reference_count.



15
16
17
# File 'lib/softlayer/product/item/category/question.rb', line 15

def item_category_reference_count
  @item_category_reference_count
end

#item_category_referencesObject

Returns the value of attribute item_category_references.



17
18
19
# File 'lib/softlayer/product/item/category/question.rb', line 17

def item_category_references
  @item_category_references
end

#key_nameObject

Returns the value of attribute key_name.



12
13
14
# File 'lib/softlayer/product/item/category/question.rb', line 12

def key_name
  @key_name
end

#questionObject

Returns the value of attribute question.



13
14
15
# File 'lib/softlayer/product/item/category/question.rb', line 13

def question
  @question
end

#value_exampleObject

Returns the value of attribute value_example.



14
15
16
# File 'lib/softlayer/product/item/category/question.rb', line 14

def value_example
  @value_example
end