Class: FmRest::Spyke::Metadata
- Inherits:
-
Struct
- Object
- Struct
- FmRest::Spyke::Metadata
- Defined in:
- lib/fmrest/spyke/spyke_formatter.rb
Overview
Metadata class to be passed to Spyke::Collection#metadata
Instance Attribute Summary collapse
-
#data_info ⇒ Object
Returns the value of attribute data_info.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#script ⇒ Object
(also: #scripts)
Returns the value of attribute script.
Instance Attribute Details
#data_info ⇒ Object
Returns the value of attribute data_info
8 9 10 |
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 8 def data_info @data_info end |
#messages ⇒ Object
Returns the value of attribute messages
8 9 10 |
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 8 def @messages end |
#script ⇒ Object Also known as: scripts
Returns the value of attribute script
8 9 10 |
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 8 def script @script end |