Class: Rocksky::Generated::FeedGeneratorView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FeedGeneratorView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
45 46 47 |
# File 'lib/rocksky/generated/types.rb', line 45 def avatar @avatar end |
#creator ⇒ Object
Returns the value of attribute creator
45 46 47 |
# File 'lib/rocksky/generated/types.rb', line 45 def creator @creator end |
#description ⇒ Object
Returns the value of attribute description
45 46 47 |
# File 'lib/rocksky/generated/types.rb', line 45 def description @description end |
#id ⇒ Object
Returns the value of attribute id
45 46 47 |
# File 'lib/rocksky/generated/types.rb', line 45 def id @id end |
#name ⇒ Object
Returns the value of attribute name
45 46 47 |
# File 'lib/rocksky/generated/types.rb', line 45 def name @name end |
#uri ⇒ Object
Returns the value of attribute uri
45 46 47 |
# File 'lib/rocksky/generated/types.rb', line 45 def uri @uri end |