Class: ZenfolioAPI::Model::GroupElement

Inherits:
Record
  • Object
show all
Defined in:
lib/ZenfolioAPI/model/group_element.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize, #instance_variable_hash, #to_json

Constructor Details

This class inherits a constructor from ZenfolioAPI::Record

Instance Attribute Details

#access_descriptorObject (readonly)

Returns the value of attribute access_descriptor.



7
8
9
# File 'lib/ZenfolioAPI/model/group_element.rb', line 7

def access_descriptor
  @access_descriptor
end

#group_indexObject (readonly)

Returns the value of attribute group_index.



5
6
7
# File 'lib/ZenfolioAPI/model/group_element.rb', line 5

def group_index
  @group_index
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/ZenfolioAPI/model/group_element.rb', line 4

def id
  @id
end

#ownerObject (readonly)

Returns the value of attribute owner.



8
9
10
# File 'lib/ZenfolioAPI/model/group_element.rb', line 8

def owner
  @owner
end

#titleObject (readonly)

Returns the value of attribute title.



6
7
8
# File 'lib/ZenfolioAPI/model/group_element.rb', line 6

def title
  @title
end