Class: PogoPlug::File
- Inherits:
-
Object
- Object
- PogoPlug::File
- Includes:
- HashInitializer
- Defined in:
- lib/pogoplug/file.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#mimetype ⇒ Object
Returns the value of attribute mimetype.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Class Method Summary collapse
Instance Method Summary collapse
Methods included from HashInitializer
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/pogoplug/file.rb', line 3 def id @id end |
#mimetype ⇒ Object
Returns the value of attribute mimetype.
3 4 5 |
# File 'lib/pogoplug/file.rb', line 3 def mimetype @mimetype end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/pogoplug/file.rb', line 3 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
3 4 5 |
# File 'lib/pogoplug/file.rb', line 3 def parent_id @parent_id end |
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/pogoplug/file.rb', line 3 def size @size end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/pogoplug/file.rb', line 3 def type @type end |