Class: Supersaas::FieldList

Inherits:
BaseModel show all
Defined in:
lib/supersaas-api-client/models/field_list.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#attributes, #errors

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Supersaas::BaseModel

Instance Attribute Details

#advancedObject

Returns the value of attribute advanced.



5
6
7
# File 'lib/supersaas-api-client/models/field_list.rb', line 5

def advanced
  @advanced
end

#labelObject

Returns the value of attribute label.



5
6
7
# File 'lib/supersaas-api-client/models/field_list.rb', line 5

def label
  @label
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/supersaas-api-client/models/field_list.rb', line 5

def name
  @name
end

#specObject

Returns the value of attribute spec.



6
7
8
# File 'lib/supersaas-api-client/models/field_list.rb', line 6

def spec
  @spec
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/supersaas-api-client/models/field_list.rb', line 5

def type
  @type
end