Class: ActivePublicResources::ResponseTypes::Folder

Inherits:
BaseResponseType show all
Defined in:
lib/active_public_resources/response_types/folder.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponseType

#description, #id, #kind, #return_types, #title

Instance Method Summary collapse

Methods inherited from BaseResponseType

#attributes

Constructor Details

#initializeFolder

Returns a new instance of Folder.



6
7
8
9
# File 'lib/active_public_resources/response_types/folder.rb', line 6

def initialize
  super
  @kind = 'folder'
end

Instance Attribute Details

#parent_idObject

Returns the value of attribute parent_id.



4
5
6
# File 'lib/active_public_resources/response_types/folder.rb', line 4

def parent_id
  @parent_id
end