Class: Unresponsys::Folder
Defined Under Namespace
Classes: SupplementalTables
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.
- #supplemental_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 |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
3 4 5 |
# File 'lib/unresponsys/folder.rb', line 3 def client @client end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/unresponsys/folder.rb', line 3 def name @name end |
Instance Method Details
#supplemental_tables ⇒ Object
10 11 12 |
# File 'lib/unresponsys/folder.rb', line 10 def supplemental_tables @supplemental_tables ||= SupplementalTables.new(self) end |