Class: Fictium::PostmanMetadata
- Inherits:
-
Object
- Object
- Fictium::PostmanMetadata
- Defined in:
- lib/fictium/poros/postman_metadata.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#event ⇒ Object
Returns the value of attribute event.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth.
3 4 5 |
# File 'lib/fictium/poros/postman_metadata.rb', line 3 def auth @auth end |
#event ⇒ Object
Returns the value of attribute event.
3 4 5 |
# File 'lib/fictium/poros/postman_metadata.rb', line 3 def event @event end |
#variable ⇒ Object
Returns the value of attribute variable.
3 4 5 |
# File 'lib/fictium/poros/postman_metadata.rb', line 3 def variable @variable end |