Class: Unresponsys::Folder
Defined Under Namespace
Classes: Tables
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(client, name) ⇒ Folder
constructor
A new instance of Folder.
- #tables ⇒ Object
Constructor Details
#initialize(client, name) ⇒ Folder
Returns a new instance of Folder.
5 6 7 8 |
# File 'lib/unresponsys/folder.rb', line 5 def initialize(client, name) @client = client @name = name end |